Hey Gautam,
I looked at the stuff in the post you linked,
1. The right device was chosen.
2. The right file is included in the build.
3. I never edited the file, it remained as I found it on this site: http://www.ti.com/tool/tidm-msp-dali at software.
The launchpad has 3.55 volts at the IC so that should be plenty
But looking at the memory map of MSP430g2452 the information memory is located at 0x1000 (If I got that right?)
So this is where the problem is starting?
Since the datasheet states information segment of memory needs to be erased in another way? and the program tries to overwrite it? Atleast that's my guess.
INFOA : origin = 0x10C0, length = 0x0040
INFOB : origin = 0x1080, length = 0x0040
INFOC : origin = 0x1040, length = 0x0040
INFOD : origin = 0x1000, length = 0x0040
How do I fix this or don't I need to remove the information section?
I really want to figure this out :)