[URGENT] I can't set the PN5180's RF CONFIG

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

[URGENT] I can't set the PN5180's RF CONFIG

Jump to solution
851 Views
pochupan
Contributor II

Hi NXP :

After UPDATE_RF_CONFIG and LOAD_RF_CONFIG, that the value read from the Register 0x20 is different from the value set by UPDATE_RF_CONFIG, and only the Register address: 0x20 has this problem.

Setting log :

---Set RF configuration byte: 0x00, Register: 0x20-------------------------------------------------------------------- 

/*UPDATE_RF_CONFIG - RF configuration byte: 0x00, Register address: 0x20, Register value: 0x00DB8F22*/

Transmit: 12,00,20,22,8F,DB,00

Receive: - 

---Read out to confirm -------------------------------------------------------------------------------------------------------------

/*RETRIEVE_RF_CONFIG_SIZE - RF configuration ID: 00*/

Transmit: 13,00

Receive: 08

 

/*RETRIEVE_RF_CONFIG - RF configuration ID: 00*/

Transmit: 14,00

Receive: 1,82,07,00,00,2F,02,00,00,00,16,50,23,00,00,42,04,01,24,00,14,10,00,00,0F,15,00,00,00,00,20,22,8F,DB,00,29,10,00,00,00  (successful)

  

---Load configuration--------------------------------------------------------------------------------------------------------------------------------

 /*LOAD_RF_CONFIG - Transmitter  configuration byte: 0x00, Receiver configuration byte: 0x80*/

Transmit: 11,00,80

Receive: -

  

---Read out from Register 0x20 to confirm ------------------------------------------------------------------------------------------------------------------

 /*Read Register - Register address: 0x20*/

Transmit: 04,04,20

Receive: 01,4F,DB,00  (The Data is not my setting before)

1 Solution
735 Views
IvanRuiz
NXP Employee
NXP Employee

Hi,

The sequence looks correct.

Please make sure that there is no other influence onto the register: Disable the AWC.

Regards,

Ivan.

View solution in original post

1 Reply
736 Views
IvanRuiz
NXP Employee
NXP Employee

Hi,

The sequence looks correct.

Please make sure that there is no other influence onto the register: Disable the AWC.

Regards,

Ivan.