Tool/software:
Hello,
I would like to ask how to send data via UART to the terminal (or Putty) in CCS. I have LP-MSPM0G3507 LaunchPad.
Thank
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.
Tool/software:
Hello,
I would like to ask how to send data via UART to the terminal (or Putty) in CCS. I have LP-MSPM0G3507 LaunchPad.
Thank
Hi Jan,
1. You could refer the examples about UART data transfer in SDK in software aspect:
2. In hardware, by connect the USB interface of the LP-MSPM0G3507 to a computer(for example), you could receive data transferred from LP, by any serial debugging assistant (such as sscom and xcom)
3. For brief introduction about MSPM0 UART, you could refer to UART - Concepts (ti.com)
Regards,
Pengfei
Hi Jan,
Attach a zip file of printf achieve by UART 115200bps.
4885.uart_rw_tinyprintf_M0G3507_nortos_ticlang_SDK1200106.zip
Regards,
Pengfei
I am impressed, but this tiny printf() blocks if there are more than 8 characters, so here is my interrupt driven TinySerial that doesn't, though you have to format and stringify yourself. It uses the new SDK, so make sure you are updated