Hi All,
We meet an issue about the trf7970A, we use it to develop a NFC/RFID reader, MCU is stm32F030, chage the code from sloc297c.
Can write and read the register's value of TRF7970 now, But there is no IRQ generate. the TRF79xxA_checkExternalRfField always return FAIL,
and read the register :TRF79XXA_RSSI_LEVELS(0x0F) always reply 0x42 back. The ISO is use 14443a.
uint8_t NFC_appIso14443a(void)
{
#ifdef ENABLE_14443A
#if (TRF79xxA_VERSION == 70)
if (TRF79xxA_checkExternalRfField() == true)
{
return STATUS_FAIL;
}
#endif
Can you help to see this, what is the problem maybe?5241.RFID_schematic.pdf
Thanks!
Qi