hi all i want to try the self programming feature of the msp430 with mspgcc...
there are two ways to use this feature: 1-) copy program segment into ram and program the flash from ram 2-) direct : cpu is idle while flash is programmed see application note slaa103 ( MSP430 Flash Self-Programming Technique ) for more info... my question : if i want to use a flash-segment for "runtime" data - no code should be placed into this segment - because it will be "trashed" in runtime ... so what do you think is the best/smartest/only solution to tell the compiler/ linker not to use this flash segment? has anybody used this feature in a similar way ? thanks in advance matthias
