I’m using Arduino on an Adafruit nrf52840 Feather Express with a J-Link debugger. I can build and flash software, step through code, etc, all is working well.
I’d like to have a way to write to a terminal, but my efforts are failing so far. I tried enabling semihosting on the Embedded Debug Tweaking properties page, and the ARM semihosting window shows up but my printf statements don’t seem to write to it.
I thin tried going the serial port route instead, an set up the serial port in the Arduino Project and Arduino Serial Terminal properties page, and when I click the “test connection now” link on the page it comes back as valid. But when I run my code, the port tab says the port can’t be opened.
I’m using VisualGDB Linux edition, version 5.5 preview 4 build 3540)
Any thoughts are appreciated!