Part Number: TMS320F28377S
Tool/software: Code Composer Studio
Hello experts,
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: TMS320F28377S
Tool/software: Code Composer Studio
Hello experts,
Hi,
For confirming "cannot writing", is it good way to check download is success or not from CCS?
It may not because CCS errors out even if one location does not get correct. You could just write a test code which will read all secure location and make sure it returns value 0x0. As long as that is confirm, write should be protected as well. For flash sector, you could perform erase operation for each sector (one by one) via flash plug-in GUI and that should fail.
Hope this helps.
Regards,
Vivek Singh
Hello Vivek-san,
Hello Vivek-san,
Akashi-san,
We do not have test code for this as this is very user specific (what they are going to secure). It's simple read/write function. Read is also same test code. Read to any secure region from non-secure region would return 0x0 value.
Regards,
Vivek Singh
Hello Vivek-san,
Let me ask one more question.
If we try to access from JTAG, the return value should be 0x0?
Akashi-san,
Yes, read from JTAG to all secure memory is blocked hence you'll see return value 0x0.
Regards,
Vivek Singh
Hello Vivek-san,
Akashi-san,
Could you tell me example of JTAG access without object(software) download?
I may not be clear on this query. If you have CCS connected then user should be able to memory watch window and dump memory content. They do not need to download any code/software for this.
Currently, customer develop with CCSv8.1.0. They download object file from "Debug" button.To access via JTAG only, do we need special tool or something?