This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Turning semihosting ON

I am having a hard time turning ON semihosting. Here's my setup:

- Debugging is done via Eclipse GDB SEGGER J-Link Debugging with the Enable Semihosting checked and console route to both Telnet and GDB Client. 

- Code is linked with --specs=rdimon.specs

When I run the the debugger, and break at the printf/fprintf/puts, the step-into calls are skipped. The Eclipse semihosting window does not display anything.

Any ideas on what could be going wrong? 

Related