2024-03-01 03:24 PM - edited 2024-03-01 03:31 PM
Hi,
I have configured an LED for RF field status in the rfal_plafrom.h.
The LED switches on when rfalNfcDiscover() is called. But the LED does not switch off when the rfalNfcDeactivate(RFAL_NFC_DEACTIVATE_IDLE); function is called. This function returns RFAL_ERR_NONE and I am expecting the LED to switch off. How can I confirm if the RF field is off ? Why does not the LED turn off ?
RFAL library used is 2.8.0
Solved! Go to Solution.
2024-03-03 11:49 PM
Hi andy_long,
not sure with the little information. It should happen (and I think it does with our default demos).
Please debug through rfalNfcDeactivation() to see why it does not hit the rfalFieldOff().
BR, Ulysses
2024-03-03 11:49 PM
Hi andy_long,
not sure with the little information. It should happen (and I think it does with our default demos).
Please debug through rfalNfcDeactivation() to see why it does not hit the rfalFieldOff().
BR, Ulysses
2024-03-04 03:05 AM - edited 2024-03-04 03:37 AM
Okay, Will have look