I am using SPI communication using CC2530/41. I have one query
byte spi_write(uint8 data)
{
U0DBUF = data;
/*Condition*/
return U0DBUF;
}
1. The data in U0DBUF will transfer from MSB or LSB?
2)How can change the direction of shifting in and out in SPI Bus(MSB or LSB).
3)Is it possible to have 5k buffer in CC2541/30. Because it has only 4k RAM. I mean to ask is, is there any possible to store/access that buffer from flash