2025-02-22 09:32 AM
I am using a nucleo-wl55jc1 and I've attempted to setup the example from this tutorial: https://youtu.be/OPrcpbKNSjU?si=mj6qIDGve6GwYWs6
However, when I set the timebase source to anything other than SysTick to avoid the warning produced by the cubeIDE software, the example does not function as expected. The example does work if I set the timebase source back to SysTick.
The specified LED (blue LED on PB15) never turns on, when I pause the program it shows that it is stuck in an infinite loop in the default handler in "startup_stm32wl55jcix.s", any idea what could be causing this?
2025-02-22 10:46 AM