SLAAEK3B January   2024  – August 2025 MSPM0G3507 , MSPM0H3216

 

  1.   1
  2. Description
  3. Required Peripherals
  4. Design Steps
  5. Design Considerations
  6. Software Flow Chart
    1. 5.1 Device Configuration
    2. 5.2 Required UART Packets
  7. Application Code
  8. Additional Resources
  9. E2E
  10. Revision History
  11. 10Trademarks

Design Steps

  1. Set up the SPI module in SysConfig. Put the device in controller mode, and leave the rest of the settings on default. In the Advanced Configuration tab, make sure that the RX FIFO Threshold level is set to the RX FIFO contains ≥ 1 entry. Make sure that the TX FIFO Threshold level is set to the TX FIFO contains ≤ 2 entries. Now navigate to the Interrupt configuration tab, and enable the Receive, Transmit, RX Timeout, Parity Error, Receive FIFO Overflow, Receive FIFO Full, and Transmit FIFO Underflow interrupts.
  2. Set up the UART module in SysConfig. Set the baud rate to 9600. Enable the Receive interrupt.