Skip to content

cmsis5/rtx2: ST: execution never leaves SystemInit #3683

Closed
@bulislaw

Description

@bulislaw

Description


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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions