Other Parts Discussed in Thread: MSP430F2274
Hi,
I am using msp430f2274 along with a GSM module for my project. I wanted to implement over the air upgrade. For that i have read various application note by TI. All the application notes states that i need to erase my previous code and then copy the new code into the flash. I have a doubt, as i wanted to try something else for this. I wanted that in the BSL, I will change the location of the code execution and keeping my previous code safe to. i.e i will keep 2 codes in my memory location. one will be default code and the other one will be the downloaded code. As my default code address is made to execute at boot-up, but i want to change that to my downloaded code without erasing the complete flash. so can we do such thing in the BSL? if no then it there any alternative to achieve this scenario? Please provide you feedback for this.