SEGGER News

2019 |
Sep. 06
Ozone, Embedded Studio, News
Author:

Debug build too big? Embedded Studio’s new semihosting moves workload to the debugger and reduces program size.

With Semihosting the standard I/O operations are supported. While most tool chains let the embedded target do the work of formatting strings in their printf() implementation, Embedded Studio has the option (according to the SEGGER Semihosting standard) to do this in the debugger, saving valuable code size on the target. Read more about host-based formatting for smallest embedded applications in the SEGGER wiki.