Other Parts Discussed in Thread: CC1310
Hello everyone.
I am working on the interconnection of a RFID module through the four-wire SPI interface (CLK,MOSI,MISO,SS). A CC1310 as master.
The datasheet of my slave device specifies that the bit order of each data byte is LSB-First for writing.
I have checked the cc1310 datasheet and it is mentioned that the SPI write is MSB-first, could someone please guide me how can I make the change according to my slave device specification?