I am facing the following compilation error message:
Specified memory range overlap with the firmware area
Which seems to say that I am using more than available ROM
but the memory allocation after compilation is described below:
Code limited to 64K (10000H) Byte(s)DATA 00018411(00047EBH) Byte(s)ROMDATA 00022522(00057FAH) Byte(s)CODE 00032761(0007FF9H) Byte(s)
Which is far below the size available in my R32C111 (R5F6411FDN) with 256KB ROM
Your usual coop will be highly appreciated
Thks in advance