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/TMS570LS3137: AUTOSAR_MCAL_TMS570LSx-05.30.00: Spi not working

Part Number: TMS570LS3137

Tool/software: Code Composer Studio

We had some trouble integration the SPI.

With our configuration, the SPI was not starting.

We found out, that the SPI Pin Control Register 0 (SPIPC0) for every SPI Channel was not set.

When we set manually the following bits in this register, the SPI was working:

  • SCSFUN
  • CLKFUN
  • SIMOFUN0
  • SOMIFUN0

We could not find a possibility to configure the values in the configuration tool.

Could you please have a look at this issue?