Hello,
I want to test my program(flash read, write, erase) on the MSP430. I will write a value in the flash, e.g. temperature or something else. When there is no power supply this value should be stored until the the power is back. (Perhaps the batterie is down, blackout...) When the power is back the value should be read and i can do something with it.
I hope you can understand me. My problem is, that i want test it, if this works fine but i dont know how i can do this. With CCS5 i think i can only read variables when i stop the debug mode, but when i disconnect the uC, there is an error(sure). Is there any chance to test/simulate a blackout?
Thank you :)