Hello,
I'm trying to flash (NOR) my application. The nor writer documentation say it is able to flash elf files (that must be renamed as .dat ). I run nor write from CCS but it terminate with the error:
NOR Writer Utility Version 01.00.00.02
The data file is too big to fit into the device.
Error in parsing CCS file app.dat
My elf file is 16MBytes (after stripx6)!!! This is very strange since the rom section is about 500K (core + const + tables + load copy of initialized data). I tried to convert it with the hex6x utility and I get a 1M file.
I already tried to recompile everything without debug information but it remains essentialy the same (as expected).
The executable is linked as a static image, with rom autoinitialization model. I checked all the sections size and they look ok (load copy of cada are rle compressed).