Search found 1 match
- Mon May 18, 2020 8:55 am
- Forum: Black Magic Probe & other
- Topic: semihosting and serialwireoutput
- Replies: 1
- Views: 2715
semihosting and serialwireoutput
Two libraries, handy when debugging an stm32duino: With Serial Wire Output (SWO) an stm32duino can write tracing and logging to a pc at high speed. With semihosting an stm32duino can do keyboard input, screen output, and file I/O on the pc where the debugger is running. For these libraries to work, ...