Hi.. Has Any one worked with SPI module on F2837xd?.
I am facing some problem for interfacing.
1. - I am using CCS5.5 updated and I can not see SPICCR register for any SPI module a,b,c. I can see all other registers of SPI module in register view window. Is there any way to see that register.
2. - I am trying to interface a SPI slave IC. To start with, I tried Control suit example of SPI loop back with modification of 8 bit character length. I see same data in SPIRXbuf after transmission, If I transmit data 0x98 i.e.0x9800 left justified data then I expect SPI RX buf to be 0x0098, right justified received data
instead I get 0x9800 in SPI RXbuf.
3. Similarly when I connect to chip and view data on CRO I get transition on MISO pin but do not get physical data in SPIRXBUF. I get same data which I transmit as explained above.
4. I have defined GPIO 16/17/18/19 as peripheral pins.
Can any one help?
thanks in advance
Abhijit