This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2640R2F: SPI data direction?

Part Number: CC2640R2F

Hi,

I am trying to port SPI initialization from NXP KW38 to CC2640R2F. At NXP KW38 they are able to set the data shift direction to MSB first.

gMasterConfig.ctarConfig.direction = kDSPI_MsbFirst;

At CC2640R2F there is no option to set the data shift direction. What is the default data shift direction for CC2640R2F SPI?

-kel