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.

CCS/PGA900: PGA900: Programming PGA900

Part Number: PGA900
Other Parts Discussed in Thread: UNIFLASH, USB2ANY

Tool/software: Code Composer Studio

I want  OTP to PGA900 with Uniflash which includes PGA900 support.
And I have  a USB JTAG emulator (XDS200).
I modify the file(pga900.gel) to load the program to the correct memory space by modifying the config remap function:

Config_Remap()
{
WR_MEM_08(REMAP_ADDR,0x01);
}

Above is the original. Simply change it to what is shown below:

Config_Remap()
{
WR_MEM_08(REMAP_ADDR,0x01);
}

Then , The error occur as follow: