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.
Tool/software: Code Composer Studio
All,
Hi. I am new to microprocessor, and I am working on a project that requires RFID RC522 interfacing with MSP430FR2311 lanuchpad. I know that there are many codes which are designed for Energia, but unfortunately, the board FR2311 is not support by Energia. Is there any sample codes I can find that can be used on CCS and RC522? Or, how should I start coding the RC522 with CCS? Thanks.
Hi Stanley,
A good place to start would be to look at communication code examples for the MSP430FR2311.
For SPI communication, it looks like the FR2311 will act as a 4-Wire SPI Master. A code example for that is here.
You can also take a look at code examples for I2C and UART since these are communication options to the RC522 as well. The MSP430FR2311 will act as a master for I2C communication to the RC522.
Make sure whichever protocol you use is configured to meet the requirements in the RC522 Datasheet.
You may also want to look at related threads on E2E for the RC522:
RC522 INTERFACING WITH MSP430F427
Regards,
Ryan
**Attention** This is a public forum