目前正在调试RL78/F24 ,使用Smart Configurator 添加 Code flash后,通过CS+编译正常。但是烧写时候报错 Error(E0000305): Specified file contains data outside the device's memory area.Operation failed. 通过E2 Lite烧写
Hello,
Try to un-select setting no 6:
Your hex-file has something at the address F9FEC:
This is outside of the device's code-flash / data-flash memory map, which is all that RFP can program.
Could it be that your mirror space has overflowed? The linker should have caught such an occurrence.
I am also wondering if this could be initialized data not properly handled by the tools. Which compiler and version are you using?