PN5190 --- IRQ not response after RF Load Configuration

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

PN5190 --- IRQ not response after RF Load Configuration

921 Views
DavidT191624
Contributor I

Dear Support

 

.I found that the IRQ cannot return back to "Low" when "Load RF Configuration " was sent, the system gets PN5190 freezes after Load_RF_Configuration using NXP Library.

May I know how to solve this problem?

Thank you

with regards

David

0 Kudos
Reply
1 Reply

901 Views
KaiLi
NXP TechSupport
NXP TechSupport

Hello @DavidT191624 

There are a few points I need to explain to you:

1. Normal events are indicated over IRQ. Two registers do exist to handle the events from a host microcontroller which are EVENT_ENABLEand EVENT_STATUS.

• EVENT_ENABLE => register, enables/disables specific event notifications

• EVENT_STATUS => content of this register is part of the event message payload

Which events can be enable, please refer to the Table 19. IRQ EVENT LIST of datasheet.

2. The Command used for loading a dedicated RF protocol is LOAD_RF_CONFIGURATION (0Dh). This instruction is used to load the RF configuration from EEPROM into registers.

So based on the above two points, if you want to trigger an event represented by the IRQ, you need to configure the EVENT_ENABLE register to enable this event. Obviously, LOAD_RF_CONFIGURATION is not on the list of trigger events, so it is recommended that you try the following steps.

-> Setting EVENT_ENABLE.bit4 = RFON_DET_EVENT

-> Executes LoadProtocol command.

-> Switches the RF filed ON.

 

Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.

 

Best regards,

Kelly

Technical Support

NXP Semiconductor

 

 

0 Kudos
Reply