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.

CC3235MODASF: peripheral SPI

Part Number: CC3235MODASF

Tool/software:

Hi 

network_terminal.c has comment below.

/* Initializes the SPI interface to the Network
Processor and peripheral SPI (if defined in the board file) */

For this board file, Which file is it?

And, when I use SPI, what does it define?

Best regards,

Okazaki

  • Hi,

    The syscfg generates the config file. It is called ti_drivers_config.c.

    You can see all the peripherals in there and SPI is one of them.

    Specifically, by default we have the SSPI for the serial flash and the internal SPI for communication between the application processor (Arm M4) and the internal MAC processor (Arm M3).

    You can see all SPI configuration when opening the common.syscfg of the project.

    Regards,

    Shlomi