2018-01-19 06: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.
2018-01-19 06:54 AM
Maybe it's not supported See the reference manual Good luck
2018-01-19 08: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
2018-01-19 08: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.
2018-01-23 01:49 AM
Thank you very much Mr clive for your support