Hi all,
Iam trying to make some of my code into the internal memory.Iam doing that in the following way...
1. #pragma CODE_SECTION(fn.".my_sec")
fn()
{
...
}
then i declared .my_sec in the .cmd file.But i got the following error....
Trouble determining current execution packets:Error 0x20010000/-2180 severe error during : RTDX,RTDX_ERR_PORTCFG ERROR occured at 0x00000000.
Here we enabled the cache also.Out of 32KB of LIPRAM we enabled 16kb as Cache.In the remaining 16KB we put this function.
Please help me in this issue.