Hello,
I am using s12zvml64 series mcu with code warrior 10.7
I am creating a bootloader project , my project contains both user application and bootloader.
As with current scenario interrupt is getting hit in application code area and from there i am calling an ISR function to be executed that is defined in bootloader area so while hitting the interrupt the code is not going to the ISR functionality , as interrupt vector is defined in application code area and when the code is coming to bootloader area it is clearing the application code area.
So what can we do to access the timer interrupt in bootloader.
I am looking forward to the reply,
Thanks.