Hi there,
Since SWO is not available in MSPM0, I use UART0.TXD to emulate the SWO function to send log messages to host. I have designed an "tracer" app running PC/Mac to show log messages. This works fine so far. But it won't work when I need to use all the four UARTs for my project. From the TRM, I noticed DSSM could be used to transfer messages between MSPM0 and host (PC). TRM has detail explanation for accessing DSSM registers. But how can I access the sent messages on PC/Mac side?
* CCS debugger is running: is there any interface (pipe, socket) that can be shared with my "tracer" app?
* CCS debugger is not running: should my "tracer" app need to implement the SWD protocol?
Robert.