Skip to main content
Graduate
March 1, 2024
Solved

RFAL field off

  • March 1, 2024
  • 2 replies
  • 950 views

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

 
 
 
 
    This topic has been closed for replies.
    Best answer by Ulysses HERNIOSUS

    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

    2 replies

    Technical Moderator
    March 4, 2024

    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_longAuthor
    Graduate
    March 4, 2024

    Okay, Will have look