This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Interrupt vector reuse

I have some problem with Interrupt vector,details as below.

I design a bootloader code,and in the bootloader,i use timer0 interrupt.Then in the app code,i use the timer0 interrupt again,but when debug the app code,some problem happened when the app code call the timer0 interrupt irq handler. I guess maybe the right timer0 interrupt irq handler is in the bootloader,but how can i reuse the timer0 interrupt in the app code again. Thanks for reply!

Parents Reply Children
Related