SLAAES6A February   2025  – August 2025 MSPM0C1105 , MSPM0C1106 , MSPM0G3507 , MSPM0H3216

 

  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 SPI module in SysConfig. Put the device in SPI Controller mode and leave the rest of the settings on default. Now, navigate to the Interrupt configuration tab and enable the Receive and Transmit interrupts.
  3. Set up the I2C module in SysConfig. Set the device in Target Mode and leave the rest of the settings by default. Now navigate to the Interrupt configuration tab and enable the Start Detection, RX FIFO Trigger, TX FIFO Trigger, Stop Detection, TX FIFO Underflow, Target Arbitration Lost, RX FIFO Overflow, and Interrupt Overflow interrupts.
  4. Define the maximum packet size to the desired package size.