Question
Hal_init() never returns when TIM is selected (nucleo H755)
Hi Everyone!
I just received 10 STM32H755 nucleo boards to use in a project in the company I work for. However, I haven`t been able to use them.
I`m facing a problem with Hal_init(). When I select any timer as the Timebase Source Hal_init() never returns. However, when I select Systick, Hal_init() return just fine.
One more thing: I`m using the internal RC oscillator as the clock source.
Thanks a lot
Guilherme