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.

CCS/CC2640: CC2640

Part Number: CC2640

Tool/software: Code Composer Studio

Hello,

I am using CC2640 and have developed a customized board. I will be configuring  it as a Simple Central and would like to make communication using SPI with my microcontroller. How can I reuse the Example code provided by the TI ?

  • Hello,

    One way is to add NPI, the network protocol/packet interface. You can see an example with CC2640 SPPBLE UART to BLE Bridge TI Design, a link is on the TI BLE Wiki. This design uses UART, but NPI can be configured to use SPI.

    Best wishes