User Activity

I have a version of nfcPoller linked against rfal v1.3 on Linux 5.10.17. This has been working fine with gcc 7.5/glibc 2.31. We recently bumped our toolchain to gcc 9.4/glibc 2.33 and now I get timeouts while reading anything with an NDEF field (or...
I'd like to make nfcPoller interrupt driven. I've tried registering a callback so that exampleRfalPollerRun() gets called on interrupts but that didn't seem to do anything. I've also tried a simple loop that does this: ret = gpio_init(); ...