Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Hi,
I am working on SPI communication between TMS320F28377s and third party embedded hardware.
Currently much interested in a floating point number exchange between my TI board and third party hardware . Third party hardware has limitation of transmitting as well as receiving only 8bits(1byte).
So, I have typecasted float to char and I am sending 4 bytes from TI to third party hardware and I am receiving back 4 bytes from third party hardware to TI.
On TI side I am receiving 4 bytes immediately one after other in 16 bit SPIRXBUF. These bytes are overwritten, so my question is how to save the one by one byte before it gets overwritten in SPIRXBUF.
Can any one please help to answer this issue?
Regards,
Narayani