Hi,
I am using a GEL file to set a specific memory location value. This is done in the "OnTargetConnect" function of the GEL file, and was used successfully in CCS3.3. I have CCS5.4 set to download the GEL file when I am debugging. After my debug configuration lanuches successfully, I can open the GEL file menu, and it says the file was loaded successfully. I also turned on trace and can see that it enters and exits the OnTargetConnect function. However, the memory location is not set to the value that it should be (I can check in the memory browser, and also set a breakpoint and check in the code).
Here is the line of code from the GEL file that I am using:
*(unsigned long*)0x80040000 = 0x31415926;
Do I need a different format in CCS5?
Thanks,
David