How to the spi that lets me bith send and receive data simultaneously with the FX3?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
waxi_1305956
Level 3
Level 3

How to the spi that lets me bith send and receive data simultaneously with the FX3?

0 Likes
2 Replies
Anonymous
Not applicable

You can write a function which does both transmit and receive data. You can refer to USBflashprog example provided in the FX3 sdk to see the SPI implementation for read and write

0 Likes

Thank you for your anster,but i mean that when i transter data the fx3 can receive data from slave at the same time.And another way is that i want to know how to set the pin of mosi to high in the idle state,because when i receive data from slave and the the slave always get the 0x00,and the slave will to responce it.

0 Likes