Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi TI expert:
Now our power supply products use 2800157 DSP, we use a third-party programming tool to program the bare chip, so we need to use a plug-in to merge the flash data and the encrypted area OTP data into one hex file, how to write the command?
I tried the following method, but found that 2 hex files were generated, which did not meet our assumption,
-i
-memwidth 8
-romwidth 8
-i APP.out
-o APP_SP6100.hex
ROMS
{
ROMBoot: o=0x100000 l=0x000040000 //flash data
ROMBootOTP: o=0x0F0000 l=0x000000800 //dcsm otp data
}
can you help me?
I read out all the OTP data in the encrypted area of the DSP itself and modified the configuration we need in it, and then put it in the f280015x_dcsm_otp.asm file, so dcsm otp data is ok, and we use out file download is ok.
so, can we generate one hex file wiht flash and OTP data just like we use the out file to burn flash and OTP at the same time?