SLAAES5A February   2025  – August 2025 MSPM0G3507

 

  1.   1
  2. 1Design Description
  3. 2Required Peripherals
  4. 3Design Steps
  5. 4Design Considerations
  6. 5Software Flowchart
  7. 6Device Configuration
  8. 7Application Code
  9. 8Porting Guide
  10. 9Revision History
  11.   Trademarks

Design Steps

  1. The subsystem project can be found in the M0 SDK under MSP Subsystems folder.
  2. Set up the I2C module in SysConfig. Set the device in Controller Mode and leave the rest of the settings by default. Now navigate to the Interrupt configuration tab and enable the TX Done and RX_FIFO_TRIGGER interrupts.
  3. Set up the SPI module in SysConfig. Put the device in SPI Peripheral mode and leave the rest of the settings on default. Now, navigate to the Interrupt configuration tab and enable the Receive and Transmit interrupts.
  4. Define the maximum packet size to the desired package size.