This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/MSP430FR2355: error loading

Part Number: MSP430FR2355


Tool/software: TI C/C++ Compiler

I have a 2355 Development board that works fine but lately when I right click on my project and build.  It builds then 'sometimes' downloads but then errors out with the following messages.  Nothing has changed from a hardware standpoint.  I have touched things in the properties settings of CCS over time (not sure what anymore).  Can someone tell me what is going on.  If I click the stop button and then the 'bug icon' at the top which builds and reloads all seems to load again without error?????

MSP430: Flash/FRAM usage is 1424 bytes. RAM usage is 186 bytes.
MSP430: Trouble Writing Memory Block at 0x8000 on Page 0 of Length 0x54e: Could not erase device memory
MSP430: File Loader: Verification failed: Target failed to write 0x08000
MSP430: GEL: File: D:\Customers\Firmware\MSP2355_Sandbox\Debug\MSP2355_Sandbox.out: Load failed.

  • Hi Steve

    Thanks for your post! I propose you can try the following points

    • Check the jump setting on launchpad according to launchpad UG.
    • New CCS project and select the empty project with main.c. test using this simplest project
    • Build the project and debug the project step by step

    Check if you can download the code and debug the board normally. Thanks!