STM32 DMA EXAMPLE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-07-24 9: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-07-24 1:21 PM
,
,
,Up vote any posts that you find helpful, it shows what's working..
