mbed library sources

Dependents:   Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more

Issue: [NucleoF030R8 - Emblocks offline] HardFault when using wait() with Serial

Hi,

I'm unable to run the simple nucleo_printf example program. In the online IDE it runs fine, but when using the sources in a offline compiler (emblocks) the program stops and hangs at the wait(1) statement. If i remove the serial comands the program run fine, but i'm unable to debugger (it runs fine until the wait() and never exit) In both cases if i check the stack it is stoped in the HardFault_Handler. This is the stack:

NRAddressFunctionFileLine
00800396CHardFault_Handlerstartup_stm32f0xx.S200
1FFFFFF9<signal handler called>
2080015DENVIC_SetVectorcmsis_nvic.c47
30800366Aus_ticker_initus_ticker.c110
4080036C6us_ticker_readus_ticker.c123
50800158Cwait_uswait_api.c28
608001558waitwait_api.c20
708003898mainmain.cpp18

The project was done with the mbed source from the trunk in git

the project is here: https://www.sendspace.com/file/auywkt

1 comment:

13 Jun 2017

I have a similar issue.

/media/uploads/Jinwoo/callstack.png