- This topic has 0 replies, 1 voice, and was last updated 8 years, 9 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
|
Microcontroller › PIC › PIC18F boot loader Issue
Hi,
We are facing issue with Boot loader code ,
We are using PIC18F26K22 Microcontroller
Boot Code:
1.System Initialization and Jumping to Application code location
SYSTEM_Initialize();
// ready to jump to application
asm("GOTO " ___mkstr(PROG_START));
2.Application
Calling the corresponding function to receive the data from RS485 (Interrupt based )
*** Interrupts are not working
We are facing issue with Boot loader code ,
Please suggest how to remap the Interrupt vector,i guess problem is with Interrupt Vector remapping
any help can be appreciated.
—-
Mujeeb