Loading...
 
Skip to main content

System Workbench for STM32


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,

I also have the same error after updating the plugin today.

This GDB was configured as "--host=i686-linux-gnu --target=arm-none-eabi".

"Warning: the current language does not match this frame."

And once you continue you get:

Error: JTAG failure -4
Error: JTAG failure -4
Polling target stm32f1x.cpu failed, trying to reexamine
Examination failed, GDB will be halted. Polling again in 6300ms


I do have the same error, I come from Arduino Background, so it look odd and new to me.