TOP Contributors

  1. MIKROE (2779 codes)
  2. Alcides Ramos (376 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (97 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (139566 times)
  2. FAT32 Library (72041 times)
  3. Network Ethernet Library (57256 times)
  4. USB Device Library (47615 times)
  5. Network WiFi Library (43219 times)
  6. FT800 Library (42566 times)
  7. GSM click (29930 times)
  8. mikroSDK (28292 times)
  9. PID Library (26933 times)
  10. microSD click (26309 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Library

DMA Library

Rating:

6

Author: MIKROE

Last Updated: 2018-12-27

Package Version: 1.0.0.0

Category: Internal MCU modules

Downloaded: 1203 times

Not followed.

License: MIT license  

DMA is a powerful module that can autonomosly transfer data from memory to memory, memory to peripheral and peripheral to memory thus freeing up processor to do other tasks.

This library provides routines for working with DMA module.

A special thank you goes out to our valued associate Milos Markovic who helped in creating this package.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "DMA Library" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "DMA Library" changes.

Do you want to report abuse regarding "DMA Library".

  • Information
  • Comments (0)

Library Blog

DMA_img

DMA_img

Dma concept.

View full image

DMA Library:
DMA is a powerful module that can autonomosly transfer data from memory to memory, memory to peripheral and peripheral to memory thus freeing up the processor itself to do other tasks.

DMA transfers are executed while processor is not using system buses so there is no effect on processors performance.

Using DMA with peripherals allows data to be read and written to peripherals in burst mode with processor only called to process data once whole transfers are complete. 

This library provides routines for working with DMA module.

COVERAGE:
This library covers the following chips:

  1. TM4C129xxxx
  2. TM4C123xxxx
  3. MSP432P401

EXAMPLES:
Following examples are included:

  1. UartDemo example;
  2. SpiSramDemo example;
  3. Mem2Mem example;
  4. I2CDemo example;
  5. ADCDemo example;

All examples provided are also covered with comments for ease of use.
 

A special "Thank you" goes out to our valued associate Milos Markovic who helped in creating this package.

ALSO FROM THIS AUTHOR

VREG 2 click

5

VREG 2 click is a voltage regulator click, with outstanding performances. It has a steady output voltage with the ripple lower than 5mV, short circuit protection with the LED indicator, and high efficiency with minimal power dissipation.

[Learn More]

4G LTE click

6

4G LTE-E click carries the LARA-R211 multi-mode cellular module from u-blox. The board is designed to use 5V power supply. I/O voltage levels could be 3.3V or 5V. It communicates with the target microcontroller over UART interface

[Learn More]

FT812 Library

25

FTDI FT81x graphic controller library.

[Learn More]