ST25R3920B_Restart Error
Now I want to make a poller using ST25R3920B.
Main mcu is communicating with spi.
I tried to turn it to task after initialize, but there was an error in rfalFieldOnAndStartGT() and I followed the code
ret = st25r3916PerformCollisionAvoidance( ST25R3916_CMD_INITIAL_RF_COLLISION, ST25R3916_THRESHOLD_DO_NOT_SET, ST25R3916_THRESHOLD_DO_NOT_SET, (ST25R3916_REG_AUX_nfc_n_mask & gRFAL.timings.nTRFW) );
st25r3916ExecuteCommand( FieldONCmd );
There is an error in the upper part.
When I checked using printf(), the previous line of that line was printed, but the software continues to restart.
I think ST25R3916_CMD_INITIAL_RF_COLLISION Direct Command seems to be a problem. But I don't know why this is related to reset (reboot)...
Has anyone experienced any of these or similar issues?
