Other Parts Discussed in Thread: MSP430FR2000, MSP-FLASHER, MSP-FET
Tool/software: Code Composer Studio
I am using:
- the MSP430FR2110
- the MSP_FET Flash emulation tool
- Code composer
- Mac computer
After running the code to put MSP430 to sleep, I cannot connect to the device anymore. The MSP_FET Flash shows the message "Error connecting to the target: unknown device". Then, I updated the debug configuration to erase the MSP430 before flashing. Now, MSP_FET Flash shows the message "Error connecting to the target: Could not erase device memory". Can someone help me to connect to the MSP430 via MSP_FET Flash emulation tool?
code to put MSP to sleep:
__bis_SR_register(LPM3_bits)