Hi Team,
I am working on to interface the SPI communication between the LPC1277 controller with the SLRC610 RFID chip. Can yo please share the demo sample code to read the EEPROM data of the SLRC610 chip in order to do communication between them. Because I am unable to find any references online for this microcontroller.
Please find the attached files for the SPI transaction I have done in order to communicate with the Slave device. I am trying to fetch the product ID of the SLRC610 which is present in the 01h address of the EEPROM.I am receiving the continuous 0xFF as a response.
Could you please check and let me know the issue.
Hello @sai-t
I recommend that you use a logic analyzer to capture signal and check where the problem occurs. If still can not solve, please send the signal picture to me, I help you check. Thanks.
BR
Alice
Hi @Alice_Yang thanks for the reply we want to get the Product ID from address 0x01
using the code
Hello @sai-t
If you send 0x03, yet the signal detected on the analyzer shows 0x06, you should first check the Data register (DR).
BR
Alice
Hello @sai-t
Firstly, you can refer to the thread below and the SPI demo under "LPC12xx CMSIS Driver Library".
https://community.nxp.com/t5/LPCXpresso-IDE/SSP-SPI-problem-LPC1227/m-p/592093
Please contact us if you still have any issues.
BR
Alice