Issue when import programme from MBED
Thanks Tarek, with -specs=nosys.specs it compile now completly , but when I debug the software is in infinit loop
with first message :
Warning: the current language does not match this frame.
No source file named C:\Users\thier\Projets\10 - workspace\Pebble2STM\Pebble2STM\Src\main.c.
And loop when I pause the debugger:
Default_Handler:
Infinite_Loop:
b Infinite_Loop
.size Default_Handler, .-Default_Handler
any idea ?
Thierry,