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.

CC3235S: SPI on CC3535S

Part Number: CC3235S


Is the SPI module in the CC3235S only used for the Network processor and can not be used for SPI communication between two boards?

  • Hi,

    CC3235 device have generally three SPI interfaces.

    • 1st internal SPI connects application processor with network processor (NWP)
    • 2nd connects network processor with external SPI flash
    • And last interface you can use at your application processor as you want (see examples spimaster and spislave inside CC32xx SDK)

    Jan