Other Parts Discussed in Thread: MSP430G2303
Hi ,
Following is a breif introduction about the problem I am facing,
Iinitially I was planning to use the msp430f5xx controller in my project, and I had planned to have 1 custom BSL(which is responsible for loading main app after some evaluation) and the main application code. But due to a cost constraint it is decided to use the msp430G2303.But msp430G2303 does not support custom BSL.
Now I am intending to have two images sitting in the main code memory. Now I need information about how the two images can be written/programmed on required memory location on the flash. And what are the precautions that need to be taken care of(like ram, context and all..).