cancel
Showing results for 
Search instead for 
Did you mean: 

Pure polling Linux example code for the X-NUCLEO-NFC09A1 (ST25R100)

myso
Associate II

Hi,

is there a polling-only Linux C code example for the X-NUCLEO-NFC09A1? The demo app is IRQ based and we plan to use many readers so it would be convenient to save the IRQ pin and use only the CS pin per device.

Regards.

1 REPLY 1
Ulysses HERNIOSUS
ST Employee

Hello myso,

nothing available out of the box. You can try and change st25r200WaitForInterruptsTimed(): Set the experimental ST25R_POLL_IRQ and see if this is already sufficient (was in the past).

BR, Ulysses