Hello,
I am trying for a UART based bootloader. This is planned to be done as two seperate packages - one of the bootloader and other of the application. From what i understood is that boot loader will need the "reset interrupt vector". If the application also needs the interrupt vectors, how shall i manage the interrupt vector table ?
Do we need some seperate interrupt mapping tables for application and bootloader?
Thanks in advance,
Renjith George