Part Number: UCD90320
Hello,
I have created a example project on the UCD90320UEVM dev kit with the SECURITY option ON with the following password : 123456 .
I have exported a .csv file with the "Data Flash Script" generation tab that I use with the Script Runner Tool from Ti.
The problem is this .CSV file do not update the config file, even if the Script Runner does not return an error when I launch it.
When I look at the content of the script, I think this is normal, because there are no 0xE3 commands in it to change the flash content.
CSV script content extract for a config with SECURITY ON :
Comment,data flash size = 6652 [0x000019FC] bytes
Comment,Writing data flash in 4 byte chunks (total number of bytes = 6660 bytes) ...
BlockWrite,0x77,0xE2,0x060201000001042D
Pause,0.2,Pausing 0.20 ms for ROM write hold time
Comment,"Write addr 0x00038804, data = 0xF90C0030"
BlockWrite,0x77,0xE2,0x060202000001048B
CSV script content extract for a config with SECURITY OFF :
Comment,data flash size = 6652 [0x000019FC] bytes
Comment,Writing data flash in 4 byte chunks (total number of bytes = 6660 bytes) ...
BlockWrite,0x77,0xE2,0x060201000001042D
BlockWrite,0x77,0xE3,0x04F90C0030D2
Pause,0.2,Pausing 0.20 ms for ROM write hold time
Comment,"Write addr 0x00038804, data = 0xF90C0030"
BlockWrite,0x77,0xE2,0x060202000001048B
BlockWrite,0x77,0xE3,0x04FC1900006E
Is it normal that the .CSV file export is not working with a configuration that have SECURITY enabled ?
Thanks,
Regards,