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.

MSPM0G3507: MSPM0G3507 - SPI protocol

Part Number: MSPM0G3507

Tool/software:

Hi,
Can anyone tell me if I could connect MX25U25645G which is an eeprom to MSPM0G3507 for SPI Communication.
What are the configuration I should do for this ?

  • Hi Cookie,

    I take a view of MX25U25645G and it support Single I/O SPI interface, so it could be access by MSPM0. 

    The details for using MX25U25645G you could refer its datasheet, which describes the demand and protocol for accessing it.

    And from MSPM0 side, you could refer spi_controller_command_data_control example in our SDK.

    Best Regards,

    Pengfei

  • Hi Pengfei,
    Is the example common for all the Microcontroller? if I connect some other MC with Ti's then will this code work ? if I just take care of pin configuration?

  • Hi Cookie,

    This is the example in MSPM0 SDK, working for all MSPM0 series MCU, including the MSPM0G3507 you mentioned. 

    And for other TI's MCU device such as C2000, they may have their own SDK software examples.

    MSPM0-SDK Software development kit (SDK) | TI.com

    Best Regards,

    Pengfei