Hi to All
I'm designing a dedicated bootloader and application Fw using a 430F2274 micro with a radio module for communications with the PC. In order to operate for the bootloader, I need at least two interrupts regarding serial port and one timer. Once the bootloader has downloaded the applcation Fw (via radio) and transferred the control to the application, I need the serial and timer interrupt vectors to point to the application Fw routines. Each time the system is switched on the bootloader takes the control for some time (in order to verify if a new update request is coming up from the PC) and after that transfers control to the application. Obviously I cannot cancel and write the flash memory where interrupt vectors are located each time I switch on the system! Do you have any suggestions ? It is possible to have int. vectors in Ram?
Thank you
Giuseppe Lio