NXP offers FW update code as part of the
SW6705.
All PN7160 FW versions including "
.c" files are available on
PN7160 Github.
PN7160 is typically delivered with the initial FW 12.50.05. To ensure full reliable functionality, it is highly recommended to update the FW on 12.50.09 (or latest).
The FW update might be also helpful if you need to restore the default EEPROM settings.
The FW source data are inside the sFWudpate folder.
- phDnldNfc_UpdateSeq.c -> FW Version 12.50.05
- phDnldNfc_UpdateSeq_12_50_09.c -> FW Version 12.50.09
The phDnldNfc_UpdateSeq.c is executed, which means what is inside of this "C" file is pushed to the PN7160 EEPROM.
So, if you want to update from 12.50.05 to 12.50.09.
You need to copy content from phDnldNfc_UpdateSeq_12_50_09.c to The phDnldNfc_UpdateSeq.c.
Also, make sure that the content in phDnldNfc_UpdateSeq_12_50_09.c is commended.
Once that's done, you can debug the code.
Then you can check the progress in "Terminal"
Tomas Parizek
Customer Application Support