In Nuvoton targets, ARM/ARMC6 port, its memory model is two-region with ARM_LIB_STACK/ARM_LIB_HEAP sections defined. In RTOS build, mbed-os-example-blinky can run successfully as usual. But in RTOS-less build, it crashes in C run-time initialization. To re-produce the crash, I test with the environment:
Description
In Nuvoton targets,
ARM
/ARMC6
port, its memory model is two-region withARM_LIB_STACK
/ARM_LIB_HEAP
sections defined. In RTOS build,mbed-os-example-blinky
can run successfully as usual. But in RTOS-less build, it crashes in C run-time initialization. To re-produce the crash, I test with the environment:mbed-os-example-blinky 5.8.3
mbed-os 5.8.3
Target NUMAKER_PFM_NUC472 NUMAKER_PFM_M453 NUMAKER_PFM_M487 NUMAKER_PFM_NANO130
ARM Toolchain 5.24
ARMC6 Toolchain 6.10
.mbedignore (added under
mbed-os-example-blinky
directory for RTOS-less build)Issue request type
[ ] Question
[ ] Enhancement
[X] Bug