cancel
Showing results for 
Search instead for 
Did you mean: 

NFC05A1 is not reading type 5 tag ,P2P and not a single led blink when field get close to it.

NShaf.1
Associate

Hello community! I have a problem please help me out, I am trying to interface NFC05A1 with STM32F469 discovery board using the demo provided by ST for F4, L4. NFC05A1 is initializing and a message is sent to serial terminal "Welcome to X-NUCLEO-NFC05A1, RFAL initialization succeeded " but NFC05A1 is not reading any tag ,P2P and not even a Led blinks when field is close to it as there is no error in the program.

1 REPLY 1
NShaf.1
Associate

The problem is solved by calling the  st25r3911Isr(); in EXTI0_IRQHandler() in stm32f3xx_it.c file.

Now another issue is that it is only reading the card once upon pressing the user button (executing only once) how to solve this.