Part Number: TMS320F28388D
Hello,
i try to program the OTP area (e.g. JTAG password) with Code Composer Studio, error occurs.
As shown below. How should the OTP be programmed?
Thanks for support.
BR
Chao

This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TMS320F28388D
Hello,
i try to program the OTP area (e.g. JTAG password) with Code Composer Studio, error occurs.
As shown below. How should the OTP be programmed?
Thanks for support.
BR
Chao

Hi,
Please go through the below e2e post where something similar has been discussed and resolved. This should resolve your issue.
Thanks & Regards
Pramod
Hi,
Since this is an OTP area (which means these locations (0x78014 - 0x78016) are programmable only once. There is a default value that is already programmed on these locations. Kindly modify the values on these passwords after taking into account the already programmed bits in the PSWD values.
For instance, instead of attempting to program 0xFFFFFFFD on 0x78014, try 0x4BFFFFFD since there is already a default value of 0x4BFFFFFF on this location. same goes to 0x78016. The table of the default values are given in the device TRM.
Let me know do this will allow you to successfully program your passwords after taking acre of the default values.
Thanks & Regards
Pramod
Hi,
thanks for the reply.
Regarding the default value, where can i find the information in TRM?
I have this TRM: TMS320F2838x Microcontrollers TRM (Rev. B)
This is the only info i found: so i assume the default value is 0xFFFFFFFF
