Every time when it reaches the line:
if (IS_TIM_SLAVE_INSTANCE(htim->Instance))
it is going to nowhere see image 1 and on image 2 you have more info about the registers.
One maybe non standard of our HW is that we are powered by 1.8V
This occurs every time.
I have:
STM32 CUBE IDE Version: 1.4.1 Build: 7610_20200730_1509 (UTC)
STM32CubeL5 Firmware Package V1.3.0 / 26-June-2020
also tried with
STM32CubeL5 Firmware Package V1.2.0 / 12-February-2020
I made also the following tests:
A) Project without debug, just toggle a pin to see if the system is alive..... Result: looks like same issue
B) Project without changing the system time clock source, this works
C) Project without changing the system time clock source and enabling freertos, same issue but at void vStartFirstTask( void )
ANY IDEA???
Thanks