I found a possible bug on toolset "Production test"
When programming Words to OPT, using
prodtest.exe -p1 otp_write 7f00 1234A5A5 1234A5A5
the result is:
/-from OTP .hex upload
:020000040004F6
:047F00001234A5A5ED
:047F0400A5A51234E9 <-- Swap High/Low Word
Could you double check this.
Best regards
Josef
Hi Josef,
Thanks for this feedback.
This a bug I have reported to the team. It will be fixed to the next release.
regards,
DIALOG SUPPORT.
Josef,
There is no bug in prodtest.exe.
According to section 3.3 (OTP MEMORY LAYOUT) of DA14580_FS_v1.63.pdf, the customer should be advised to do this:
- finalize prodtest.exe -p1 otp_write 7F00 1234A5A5
prodtest.exe -p1 otp_write 7F04 A5A51234
instead of this:
- finalize prodtest.exe -p1 otp_write 7F00 1234A5A5
prodtest.exe -p1 otp_write 7F04 1234A5A5
regards,
DIALOG SUPPORT.
好的,我发现。(抱歉不recognied before.)
The Wrong value is taken from SmartSippets Version 3.4 : OTP-Header Information
On Description Part both values are 0x1234A5A5 !!
Bet regards
Josef