Part Number:MSP430G2553
Tool/software: Code Composer Studio
Hi,
i have a program that combine keyboard, lcd and more.
i need to save some configurations that will be erase if i flash new software, so i need to set them in the main memory.
but whem i set , for example, a char in address 0x0FE00 the program not working (without reflashing) but if i set the address to 0xFC00 the programm starts to work again.
why this is happen?
thank you