Am 09.12.2002 08:07:55, schrieb "Sipke de Leeuw" <sle...@vital.nl>: >I have a problem with the BCSCTL1 register of the MSP430F149 uC. I use the >msp430-gdb and the FET tool (MSP430-JTAG) from Olimex. This register should have (slau049.pdf) the value 0x84 after reset. But when I connect to the target and I immediately read the contents of the BCSCTL1 register it reads 0x06. Now when I remove the command "monitor erase all" the regsiter contents indeed is 0x84 as it should be.
the register as to be manipulated to program flash. some debuggers cache those values in RAM (of the PC) and show you those values and not whats realy in the MCU! you should not need to worry about that. it's usualy working as it should. chris