I use Codevision to compile my bootloader and application code as two separate projects.
Is it possible to load both codes and debug (w/ jtag ice) both the bootloader and app code at the same time? Presently I'm able to only debug one at a time. In AVR Studio, I have both projects configured to "not" program the flash when the project is loaded. Using the jtag ice programmer module, I erase the part and program the bootloader and app code individually. I then load either the Bootloader or application project in AVRStudio, and can debug the one.
That has worked fine so far, but I know have a situation where it would be nice to have both loaded.
Has anyone figured out a way to do this?
Thank-you,
Dave