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.
Hi support,
I use TI xds100v2 to program tms320f28035 chip.
I use Code securiy password with all key 0 is zero and another key is 1. When tms320f28035 locked, I can’t connect tms320f28035 with both gpio34,37 is 1. I can connect when GPIO34 is zero and Gpio37 is1.
Data sheet say when nTRST is 1 we don’t care gpio34,37. So I want to know what happen here when i connet xds100v2 with a tms320f28035 in lock ?
Hi,
In my understanding, If TRST pin is 1 and the device is locked, then it is in emulation boot mode, the user should be able to connect the target, however any access to Flash, OTP, Lx memory will trip the JTAG connection by ECSL.
I understand that,but why i cant connect when I just use uniflash to unlock my locked device. Do you think unlock device by uniflash will acess secure memory?
I can connect and unlock the chip only when Gpio34 is 0, and GPIO37 is 1 ?
Hi Phan,
If your device is not in wait-boot mode, then probably the device is executing instruction which is accessing protected area (Flash, or Lx memory). In that case any JTAG connection will be tripped by ECSL logic. So the correct way will be to use the Wait boot mode (GPIO34 0, GPIO37 1), and then connect.
In the datasheet, section 8.1.10, the security flow is explained in details. Please go through the flow. If you have further question, please let us know.
Hi Jha,
Can you give me a link to datasheet you mentioned. My document dont have any section 8.1.10.