OTP BD Address write with cli_programmer in windows

Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.xmece.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
4 posts / 0 new
Last post
dlo
Offline
Last seen:2 days 3 hours ago
加入:2017-05-26 16:21
OTP BD Address write with cli_programmer in windows

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:
dlo
Offline
Last seen:2 days 3 hours ago
加入:2017-05-26 16:21
一个项目,是AN-B

一个项目,是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!

MHv_Dialog
Offline
Last seen:5 days 6 hours ago
Staff
加入:2013-12-06 15:10
Hi dlo,

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

dlo
Offline
Last seen:2 days 3 hours ago
加入:2017-05-26 16:21
Thanks a lot MHv!!!

Thanks a lot MHv!!!