Why my ADC polling project created by me not working but when I put my code in ST ADC example it can work?
Hi I created a very simple ADC polling project using Nucleo-U575ZI-Q board. The settings of CubeMX is attached below. The code is very simple, just start the ADC1 and wait for polling then read the result from ADC1_IN8. The ADC polling code in my own...