How do you simultaneously debug boot and application code created by a C compiler when the C compiler generates seperate hex and COFF files for each section ?
Can two COFF files be uploaded for symbolic debug ?
It seems as though this should be possible since the memory areas do not overlap. The tools (AVR Studio) would need a setup feature so the user could instruct the tools where the boot and application sections are located. When the tools have this information, then only the pages associated with that section would have to be erased when new boot or application code was uploaded. The other section would be left untouched. Of course, the user would have to tell the tool which section was being uploaded.
If someone know of a method for simutaneous, symbolic debugging of both boot and application code, please respond.