Other Parts Discussed in Thread: MSP430F1132
Hello,
I have a requirement to design a Main Memory based Boot-loader for MSP430, for this i have followed to the below document
http://www.ti.com/lit/an/slaa600a/slaa600a.pdf
The document is found to be pretty similar to my application and i understood the following things to proceed
1. Need to identify the Boot-loader memory and Application memory
2. Protect the Boot-loader memory for being accessible from Application memory
3. Need to have a proxy interrupt vector table or vector redirection for ISR to be handled by the application.
Now i have a question, the document speaks of handling the interrupts from Application using vector redirection. But if i need to handle the interrupts both in Boot-loader code and application code separately how to i proceed?