I tried to OTP and tried to modify
Config_Remap()
{
WR_MEM_08(REMAP_ADDR,0x00);
}
in pga900.gel.
But when I change remap address to 0x00, I have some trouble in getting new .hex file.
In CCS, i want to debug my code in debug mode to generate new .hex file, but it failed as picture below.
Then i tried to run my code in releade mode, it failed too as below.
If remap address is 0x01, my code can debug or release in CCS successfully.
I tried to use .hex generated by 0x01 to OTP in PGA900GUI, but it failed.
So please tell me what can I do to solve this issue?