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.

CC2650MODA: Example codes using SPI

Part Number: CC2650MODA
Other Parts Discussed in Thread: BOOSTXL-CC2650MA, SIMPLELINK-SDK-BLUETOOTH-PLUGIN,

Using SIMPLELINK-SDK-BLUETOOTH-PLUGIN on BOOSTXL-CC2650MA + MSP-EXP432P401R, there are "simple_application_processor" and "project_zero" example codes on MSP432 that uses UART to interface with CC2650MODA.

1. Is there any example codes on MSP-EXP432P401R that uses SPI to control CC2650MODA? Or is there any guide on modifying the code to use SPI instead of UART?

  • Hi Eddie,

    The Simple Network Processor firmware uses UART exclusively. You can run the full Host Test network processor which has a SPI option.

    Best wishes
  • Hi Jeff,

    Customer's intention is to be able to use 'project zero' of the example codes running on MSP432 together with CC2650MODA over SPI interface.

    If we use Host_Test project (due to SPI), would it support the APIs listed in CC2640SimpleNetworkProcessorAPGuide.pdf? Would 'project_zero' on MSP-EXP432P401R work?