Using Semihosting the direct Way

Semihosting can be used to write console output, but it goes far beyond that. Best of all, there is no need to go through the standard library like newlib or newlib-nano. This article shows an approach using a direct way to interact with the debugger, and shows the difference in performance and resource usage. Continue reading →

Using Semihosting the direct Way