Description
Description
- Type: Bug
- Priority: Blocker
- Branch: https://github.com/ARMmbed/mbed-os/tree/feature_cmsis5
Bug
Target
ST platfoms (tested with NUCLEO F401RE and F411RE)
Toolchain:
GCC_ARM ARM
We're trying to finalize CMSIS5/RTX2 (https://github.com/ARMmbed/mbed-os/tree/feature_cmsis5) update in next month or two, but we're having issues with ST platforms. When executing tests (eg mbed test -n tests-mbedmicro-rtos-mbed-basic -m NUCLEO_F401RE -vv
) I'm getting a timeout. I had a bit of troubles trying to debug the issue, but as far as i can tell the execution never leaves SystemInit
, it's stuck in TIM5_IRQHandler
in an infinite loop. While stepping through the code it seems the interrupt was happening while trying to access SysTick counter (HAL_GetTick
), but I'm not 100% sure.
@0xc0170 Could you ping some ST people, maybe they could have a look into it?
CC: @sg- @c1728p9