The solder bridge SB10 is unconnected by default and needs to be soldered to use ITM and the iprintln macros.
in main we are simply calling the iprinln! macro from auxiliary/src/lib.rs
- solder the SB10 solder bridge
- run openocd as specified in the previous section
- run itm in the same folder as openocd is running
- use cargo run to load the program, you should see "Hello World" after extering
nextin gcb past the iprintln! macro
Feel free to use iprintln as a logging tool in the upcoming sections