Loading...
 
Skip to main content

System Workbench for STM32


Stuck in InfiniteLoop on STM32L476 Nucleo

Running on Ubuntu 15.10.

I have generated a basic project using CubeMX, then added two lines of code in themain while loop:

HAL_GPIO_TogglePin(GPIOA, GPIO_PIN_5);
HAL_Delay(100);

If I target an STM32L073 Nucleo board it works fine.

If I target an STM32L476 Nucleo board it always gets stuck in the InfiniteLoop in startup_stm32l476xx.s. There is nothing connected to the board.

Is there a problem with the initialisation for this board?


That works perfectly - thanks!

The issue has been fixed in the latest version of CubeMX (4.14).

BR,

Pascale