Other Parts Discussed in Thread: MSP430F2272
Hi Im using Code Composer Studio Core Edition Version: 4.0.2.01003, to program a MSP430F2272.
It all worked well, until an error occurred while debugging via JTAG with de MSP USB-FET debuggin interface. The error occurs when y try to write de P1DIR (Port 1 direction register) of the microprocessor.
The error details are:
MSP430: Trouble Reading Memory Block at 0x5fe on Page 0 of Length 0x2: Could not determine device state
When I comment the line that writes P1DIR, the debugging goes fine, so I think thats the problem.
I tried changed de uP but the error persists.
Does anyone know whats going on?
Thaks a lot