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.
I'm programming a microcontroller msp430f5529 to use the SPI interface to communicate with an RFID tag ( SL900A ) . The goal is to write / read certain memory areas within the tag . Does anyone know how to help me ? and d grazi advance
can i post to you my code to explain my problem because i have a problem when i write in the tag ?
The SL900A datasheet says:
The WRITE command allows the interrogator to write a word (16 bits)
Apparently, you must send 16 bits, and the address is word-based.
What happens when you write different data values? Is every second byte skipped, or is the SPI address treated as a word address?
**Attention** This is a public forum