Skip to main content
Explorer
September 13, 2021
Solved

NUCLEO-L4R5ZI Changing timebase source fails

  • September 13, 2021
  • 1 reply
  • 927 views

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

    This topic has been closed for replies.

    1 reply

    Super User
    September 13, 2021
    DM.7Author
    Explorer
    September 16, 2021

    Thank you, this was the problem