2021-09-13 02:38 AM
Hello,
STM32Cube FW_L4 V1.17.0
When changing the timebase of the systick, the HAL_Init() function no longer returns and it goes off to system memory in a loop.
To replicate, start a new project with for the NUCLEO-L4R5ZI, initialise all pins to the default state, and just change the "Timebase source" to TIM6 (also tried TIM7). Execution does not get past HAL_Init().
Am I missing something with this?
Thank you
Solved! Go to Solution.
2021-09-13 03:21 PM
2021-09-13 03:21 PM
2021-09-16 12:38 AM
Thank you, this was the problem