Other Parts Discussed in Thread: UNIFLASH
I have a bootloader which is compiled using IAR EWARM on Windows generating an ELF file.
I want to debug an application compiled using CCS/gcc on Linux and debug on Linux.
Is there any way I can load the symbols of the bootloader when I download the application.
On EWARM, it is possible to load a few extra ELF files, without actually flashing the result.
Is it a problem, that the ELF file is compiled under Window?
=====================
My application should be stored in a parallel flash @0x60000000, but
executed from external SRAM @0x64000000.
Can you download an application to external flash using CCS?
IAR only supports downloading to internal flash, but they have a flashloader which is provided in source code
so you can add functionality to allow programming whatever.
Currently, I download the application to External RAM, then I start the bootloader which can program the application
into the flash. This is because the application has a header, and I want to do a CRC check before I program into flash.
So how can I program in the application into external SRAM/Flash with CCS?



