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]
Rating:
Author: MIKROE
Last Updated: 2018-12-27
Package Version: 1.0.0.0
Category: Internal MCU modules
Downloaded: 1175 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.
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".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1545831660_dma_library_mikroc_arm.mpkg [351.26KB] | mikroC PRO for ARM |
|
1545831752_dma_library_mikropascal_arm.mpkg [355.67KB] | mikroPascal PRO for ARM |
|
1545831777_dma_library_mikrobasic_arm.mpkg [355.27KB] | mikroBasic PRO for ARM |
|
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:
EXAMPLES:
Following examples are included:
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.