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?