How to reset JN516x by software?

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

How to reset JN516x by software?

532 Views
minhtan_uet
Contributor III

Hello Support team!

Is there any way to reset by software on JN516x?
Thanks!

Labels (2)
0 Kudos
2 Replies

428 Views
Sebastian_Del_Rio
NXP Employee
NXP Employee

Hi Tran, I hope you're doing well!

 

We provide some APIs APIs to perform a reset by software.

 

If you just want to restart the system (equivalent to a clear of the RESETN line), you can use the vAHI_SwReset(void) function.

When calling it, it will re-start the device, resulting in the possible loss of on-chip RAM contents.

 

If you want to erase the tables, you can use the APP_vFactoryResetRecords(), which will reset the contents of the connection tables.

 

Please let me know if you have any further questions.

 

For more information about these APIs, you can consult the JN516x Integrated Peripherals API User Guide.

 

Best regards,

Sebastian

0 Kudos

428 Views
minhtan_uet
Contributor III

Thank for your help!
It help me a lot! :smileygrin:

0 Kudos