ST25R100 on X-Nucleo-Nfc09A1 and Nucleo-L053R8: RFAL_ERR_HW_MISMATCH
I have X-Nucleo-Nfc09A1 and Nucleo-L053R8. I am trying to test the kit with X-CUBE-NFC9 software. But it gets stuck with this error:
if( !st25r200CheckChipID( NULL ) )
{
platformErrorHandle();
return RFAL_ERR_HW_MISMATCH;
}Post edited to apply source code formatting - please see How to insert source code for future reference.
