Hi
I have the working code sample for the MSP430F1232.I am using MSP430 USB debug interface for debugging.When I go download the code and
at the start of the the debug, my SFR values are listed below.
IE1=0x02
IFG1=0x00
IE2=0x00
IFG2=0x02
ME2=0x03
But when i used to another MSP430f1232, my SFR values (Shown below) changed and showed that OFIFG=1 which I can not understand why it is set ???
IE1=0x00
IFG1=0x02
IE2=0x00
IFG2=0x02
ME2=0x00
Can anyone explain it to me ?
The code is same for both micro controller and both are MSP430F1232.