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.
Hello, I'm using6678evm ,and I want to configure the spi to turn on the Led, but I 'm confused by SPIDATA0 and SPIDATA1 registers , what's the difference between them, if how can I select the FPGA, to turn on the LED attached on it, waitting for your help!
Hi cz,
Both are SPI transmit data registers.
SPIDATA0(SPIDAT0) - 16-bit Transmit data register.
SPIDATA1(SPIDAT1) - 16-bit Transmit data and format selection register.
Either SPIDAT0 or SPIDAT1 can be used on both master and slaves sides.
If you need more information refer below link
Thanks,