2019-07-08 04:27 AM
Hello ST Community,
in the folder STM32Cube/Repositery/STM32Cube_FW_F4_V1.24.1/Projects/STM32F413H-Discovery/Applications/STemWin/STemWin_HelloWorld.
I debug it into the card, it works but now i wanna use the ADC to convert some analog data and display the result! How can I do to add the ADC? I tried to declare the ADC1 function but it doesn’t work.
thanks
Solved! Go to Solution.
2019-07-08 05:03 AM
Make sure the ADC module is selected in stm32f4xx_hal_conf.h
Find directories with ADC examples in and merge in initialization code, etc.
2019-07-08 05:03 AM
Make sure the ADC module is selected in stm32f4xx_hal_conf.h
Find directories with ADC examples in and merge in initialization code, etc.
2019-07-08 05:39 AM
its selected! Nothing changes
2019-07-08 11:52 AM
It works , thanks