I'm working on generating a script for manufacturing of DA14580 beacons.
I would like to program BD address to OTP using the CLI tool. Is this the correct command?
cli_programmer -i 57600 COM4 0x7FD4 2 0x03020100 0x00000504
Will this write BD address 00:01:02:03:04:05 to the correct OTP BD address field at address 0x7FD4?
Also, I found the CLI programmer reference in UM-B-044 Appendix B in the software platform reference for the DA1468x. I couldn't locate the same software platform reference in UM-B-051of the DA1458x. Is there a specific one for the DA1458x?
Thank you!
Device:
一个项目,是AN-B-020 still relevant for end product testing and programming guidelines? If not, what is the standard documentation to follow if using a custom interface board other than the PLT?
Thank you!
Hi dlo,
Please see UM-B-008 for the DA14580 CLI information. Load the prod_test_580.hex onto target via UART as described in UM-B-001. The CLI can be found in the SDK folder "..\5.0.4\binaries\host\windows\prod_test_cmds". The following command will write the BD Adress into OTP:
prodtest - p <有限公司M port number> otp wr_bdaddr
example: prodtest –p 14 otp wr_bdaddr 44:49:41:4c:4f:47
/MHv
Thanks a lot MHv!!!