Hi
Now the project is build successfully.
But after flashing to board, my project is not loading.
Meanwhile I have a doubt, while enabling
ROM_4000 = READ_ONLY 0x4000 TO 0x7FFF;
and changing in PLACEMENT
INTO ROM_C000/*, ROM_4000*/;
to
INTO ROM_C000, ROM_4000;
is it necessary to change the command line arguments to -Onb=b.
Regards
Sharon