Communication

STM32duino-Semihosting

Debug arduinos with arm processors.

With semihosting an arduino arm system can do keyboard input, screen output, and file I/O on the pc where the debugger is running. To run a semihosting program, you need a debugger probe to connect the program on your arduino to the debugger on your pc. Semihosting only runs on systems with arm processors, sorry.

Go to repository

This library is compatible with all architectures so you should be able to use it on all the Arduino boards.