Hi Krishna,
In order to create the hex file I have these options being executed to generate a hex file .
--entrypoint=0x3F3FFE --boot --gpio8 --intel
Basically the entrypoint address, the boot option to convert all sections into bootable format, and the source of the boot-loader table as the GP I/O port, 8-bit mode. And the processor I am using is Piccolo F28069.
Should I be using any other options, to get a regular intel hex file without the overhead? OR Is this the ONLY way to generate a intel hex file which comes with the key , eight words of "00 00", and a destination address. ?
Rajesh