This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSPM0G3507: How to implement message communication by DSSM?

Part Number: MSPM0G3507

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.