Detection application for Tag Type-V with demo example
Hello, I'm trying to write a program which will detect the tag. I follow the demo example NFC05 and use a function from rfal_nfcv.h file.
I detect a Tag sucessfully. But the problem is when I want to use Collision avoidance "rfalNfcvPollerCollisionResolution()". In the codeat the picture above, the program never go into the if statement and the function for anticollision is not executed.

Because of that I deleted the if statement and keep only the code inside. I get "HardFault_Handler" error.
I check the code step by step. The tag is detected, then anticollision function is executed, also the for statement at the end. Then program start againg (next cycle in while loop). When the program came to the Anticollision funtion, It gave me the error.
Here is the picture after first cycle:

Here is the picture in the second cycle, just before Error (next step I get error):

Do you have any idea what's wrong here. I was following the example program and check it, everything is almost the same.
Thank you for any advice.
all the best,
Domen
