2022-12-10 02:37 PM
2022-12-10 06:59 PM
Perhaps try mastering simpler stuff first?
Look at the HAL based examples, and source for the library, get an understanding of how this works, and the reference manual description of the registers, then apply that to a register level usage.
2022-12-10 09:48 PM
Sometime progressing learning is better than cliffhanging. Check out if there are STM32 arduino support.
2022-12-11 01:59 AM
And what exactly doesn't work? You didn't show even a single line of your code, so what kind of help you expect? Use the debugger, use the ADC register view in SFR (close it after you get the conversion working, since it will interfere with your code when you reach that point); you should be able to see the problem.
2022-12-11 10:57 AM
Here beginners can find help for their projects.