DMA with ADC Injected mode/stm32f4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-01-19 6:52 AM
hello, I'm working with the stm32f4-discovery Board , in fact i have a problem using the DMA with an ADC 'injected channel'. I've configured the DMA to transfer the converted data from the injected data register 'JDRx' to a buffer adressed in the Memory but no transfer operation occurs...I've realy checked my configs and i couldn't figure out what is wrong...thank you for your support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-01-19 6:54 AM
Maybe it's not supported See the reference manual Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-01-19 8:09 AM
Mr IN I've realy checked several times the reference manual, it's not mentionned clearly that injected mode dosen't support DMA..thanx for ure help any way
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-01-19 8:26 AM
Injected is specifically designed to pull out-of-band conversions, where the normal samples use DMA. It does this to address a number of sequencing and ordering issues.
Not sure that any DMA channels have an 'Injected ADC' trigger, which would tend to foreclose options to do it that way.
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
‎2018-01-23 1:49 AM
Thank you very much Mr clive for your support
