cancel
Showing results for 
Search instead for 
Did you mean: 

NUCLEO-L4R5ZI Changing timebase source fails

DM.7
Associate III

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

1 ACCEPTED SOLUTION
2 REPLIES 2

Thank you, this was the problem