Errors in initializing ST25R3911B
Hey hi ,
Can anybody suggest why ST25R3911B is giving following errors:
- I am using "exampleRfalNfca.c" example provided in RFAL library doc.
The ST25R3911B IC is initializing properly for some initial functions but while starting field on and timer it gives some error as described below:
- rfalInitialize() ; No Error
- rfalFieldOff() : No Error
- rfalNfcaPollerInitialize() : No Error
- rfalFieldOnAndStartGT() : Gives "ReturnCode" error as "0x0C"
- After debugging in this function , found out following problems:
- rfalSetAnalogConfig() : Gives no error
- st25r3911PerformCollisionAvoidance() : this returns with the error "0x0C"
And further after in main loop , the Poller fucntion "rfalNfcaPollerTechnologyDetection()" is returning with error "0x03".
Need some help to debug what causing the problem.
