STM32L4 hung on debug on HAL_GetTick() but work on step by step debug

37 Views Asked by At

I am using STM32L4 for my project in Eclipse IDE for Embedded C/C++ Developers. The code hung on debug on HAL_GetTick() but work on step by step debug. I am using implementation of HAL mbed. When I pause debug I get the following error Can't find a source file at "/builds/ws/mbed-os-ci_mbed2-build-GCC_ARM@2/mbed-os/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L476xG/device/TOOLCHAIN_GCC_ARM/startup_stm32l476xx.S"
Further more in the same project outside of the class that I call the HAL_GetTick the function works fine.

0

There are 0 best solutions below