Tool/software: Code Composer Studio
Hello Ti Community,
I am currently using the CCS v6.1. The SPI register settings differ in TMS320C5515 DSP EVM documentation and CCS.
The Register Settings of SPI-->SPI_CMD2-->CMD in CCS is as follows:
00 -- RSV1
01 -- READ
10 -- RSV2
11 -- WRITE
Whereas, in the documentation of TMS320C5515 SPI User's Guide (Page 29) it is as follows:
00 -- RSV1
01 -- READ
10 -- WRITE
11 -- RSV2
I've checked using both settings and I found out that the settings 10 corresponding to WRITE command works. So the documentation stuff is correct and Register view tab(CCS->View-->Registers) in CCS is incorrect.
Attached are the images to explain the same.
