Tool/software: Code Composer Studio
Hi all,
I create one new F28069 project with compiler version v18.12.4.LTS and F28069.cmd, enable C2000 Hex Utility and select Binary output format(--binary), then build this project and get below warnings,
section f28069_test.out(.cinit) at 07e81ceh falls in unconfigured
section f28069_test.out(.text) at 07e8000h falls in unconfigured
In F28069.cmd, the FLASHA setting is as below, it seems that hex2000 misunderstand the .text and .cinit are at the address of two times the origin address of FLASHA(0x3F4000 x 2 = 0x7E8000).
FLASHA : origin = 0x3F4000, length = 0x003F80
For further evaluation, I use same method and create a new F280049 project, build this project with no problem and generate a binary file. I find that root cause is the origin address of flash memory settings, hex2000 will show the warnings as long as the .origin address exceed 0x1FFEFF.
Is it reasonable? How can I fix this F28069 binary generating problem? Please advise your idea.
Thanks and regards,
Luke