2015-06-24 02:07 AM
Hi Guys,
I'm currently planning to read 2 sensors values using 2 different ADC channels (Regular + Injected), I'm not sure if using the DMA to access the Converted Values is the right way, since I do have those different Channels. Would you please show some example to achive my intention #adc #stm322015-06-24 02:40 AM
Hello alharthi.waleed,
if you check the cube package for STM32F4 products for example, you can find under : STM32Cube_FW_F4_V1.6.0\Projects\STM32446E_EVAL\Examples\ADC , many examples for ADC that can respond to your request.The STM32 F4 Cube package is available in ST website via this link: I hope that help,Syrine.2015-06-28 04:09 AM
Thanks alot I got it working
2015-12-03 01:42 PM
I am using STM32F411RE Nucleo board and cannot get the injected channels to work. I am using PA0 for ADC injected channel.
Any help would be greatly appreciated.Thanks