I have a PIC24EP Bootloader and App pair of projects in MPLAB-X. in the bootloader linker script is a symbol: __APP_IVT_BASE = 0x13804; The first entry in the app ivt is a goto reset, so when the bootloader wants to run the app it will goto that entry, wh..
↧