2023-12-02 08:54 AM
I have used several different STM32 devices over the years, but never experienced this problem. It´s simple: I cannot get the ADC´s on th H5 series to work. Is there anyone who can suggest (low level without STCubeMX etc.) the following two functions for STM32H562 ?
"void ADC1_init(void) {}" and
"unsigned short read_ADC1(char) {}"
regards
Rolf Myhre
r-my@online.no
2023-12-02 09:04 AM
did you try this on a H7 ? ( i gave up - and used HAL .)
just if you prefer low level , i would use HAL , gen. code, and then look, what is to do. then you know.
2023-12-02 09:20 AM
This is not exactly about the model that you are using. But the solutions may help you somehow.