Hi Sir:
I use AJSM of TMS570 follow the use guide and The reference program but it is not work.
Steps to Add AJSM Support:
; --------------------------
; 1) Generate the Visible Unlock Code using HALCoGen AJSM Tab.
; 2) Make sure Save Key is pressed before Generating HALCoGen Code.
; 3) Add Memory Section in linker file to program the ""ajsm"" data section
; to address location 0xF0000000.
;
; -------------------------------------
; Below example is for CCS Linker file
; -------------------------------------
; MEMORY
; {
; - - - - -
; - - - - -
; AJSM : org = 0xF0000000 len = 0x00000010
; AJSMECC : org = 0xF0040000 len = 0x00000002
; }
;
; SECTIONS
; {
; - - - - -
; - - - - -
; .ajsm : {} > AJSM
; .ajsmecc : {} > AJSMECC
; }
; 4) Build the project.
; 5) Make sure ECC is calculated and is part of the Image before programming
; Note: If ECC locations are not programmed correctly device might be
; locked permanently.
; 6) Once device programmed correctly, after reset your JTAG will be locked.
; 7) Below SafeTI forum Link contains the user guide for using CCS as Unlock Tool.
; e2eprivate.ti.com/.../3575.aspx
;
; If you don鈥檛 have access then it will tell you the link is invalid.
; Goto to www.ti.com/safetyanalysis to get access.
;
; 8) Use the Scan pattern in the bottom of this file for JTAG unlock.
; This pattern is generated when AJSM "save key" button is pressed.