Solved
NFC03A1 rfalNfcInitialize return 36
- April 19, 2024
- 5 replies
- 2153 views
we are observing weird error during initilization...
enclosed the log dump (board2_init_fail_log.txt and ll13_01_board2_success_logs.txt)
on Raspberry pi with 2 NFC03A1 boards (SPI3.0 works well, SPI0.0 fails)
2 independent binaries are being used with the respective SPI and control gpios.
The same board some time works(log enclosed - ll13_01_board2_success_logs.txt) but most of the time we observe Error 36 (ERR_HW_MISMATCH)
Observations
1. st25r95CheckChipID() fails
2. ran this in a loop for 5 times and observed from 2 or 3 iteration, the chip responds with some data
3. st25r95Initialize() returns ERR_NONE (st25r95CommandEcho() is ok 0x55 being received)
4. st25r95SPIPollRead() returns 0 (indicating IRQ_OUT is going low.)
Pls advise
