cancel
Showing results for 
Search instead for 
Did you mean: 

RFAL field off

andy_long
Associate III

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

 
 
 
 
1 ACCEPTED SOLUTION

Accepted Solutions
Ulysses HERNIOSUS
ST Employee

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

View solution in original post

2 REPLIES 2
Ulysses HERNIOSUS
ST Employee

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

andy_long
Associate III

Okay, Will have look