Hello, > The size of the elf-32 image is around 1.38 MB. > > and the size of srec image is 160 KB.
well, the elf-image contains a lot of debug information while the srec image does not. Nevertheless, your srec-image appears quite big to me, check the real size of your code by generating a mapfile or using size. Does the srec-image contain anything else than plain code??? > 1. Is there any way to load the image in to flash. JTAG > 2. What image should i use? The srec-image is fine to burn it into the flash memory, only your debugger can do something with the elf-image > 3. How can i debug my application in flash. JTAG + JTAG-server + Debugger Ciao, Fabian -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
