We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi Ppl.
I've been muddling thru a whole slew of problems with a bootloader.
The biggest pain in my @$$ is that anytime I try to relocate the interrupt vector, interrupts dont work.
I simplified everything down to a single test project. UART and TMR3 intrps.
Original Intrpt and Prog Start specs (0x00) works fine, but anytime I attempt to relocate my project. They simply dont work.
I follow the KB thread about relocating in C changing the required 3 settings: Int Vect change, startup.a51 change, and CODE SPACE linker change for my prog.
Any ideas why?
Additionally, when getting back to the bootloader proj: Can i compile the 0-0x1000 BOOTLOAD with NOINTVECT if I use no intrpts and at the same time, be able to reprogram interrupt table with the bootloader?
Thanks Chris