SLAAEK3A January   2024  – September 2024 MSPM0G3507

 

  1.   1
  2. Description
  3. Required Peripherals
  4. Compatible Devices
  5. Design Steps
  6. Design Considerations
  7. Software Flow Chart
    1. 6.1 Device Configuration
    2. 6.2 Required UART Packets
  8. Application Code
  9. Additional Resources
  10. E2E
  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.