2017-07-24 09:42 AM
HELLO,
I am currently working with STM32F100C4 controller DMA operation,but its seems little confusing to me... if anyone has any code example of it please share. Thanks.
2017-07-24 10:26 AM
Both the SPL and HAL have assorted examples.
It is a DMA controller, what exactly is confusing you? Memory Address, Peripheral Memory Address, Direction, Transfer Width, Transfer Count. The Reference Manual indicates available trigger sources.
2017-07-24 10:59 AM
actually.. I am confusing about how its works...any kind of example...suppose if I want to store any kind of data after an adc conversion to a specific memory location...and then read that data from that location to use it for some other purpose. All I need any code example..of DMA operation triggered by any peripheral event ..so that I can understand total working of this feature.Thanks..
2017-07-24 01:21 PM
,
,
,