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.

CCS/MSP430F5528: load failed

The error shows can not load output file.

  • Hi Rohan,
    From what I understand, this type of verification error is due to some missed initialization step. Carefully check the user's guide for the board and make sure all the necessary HW/SW initialization steps were done.

    Thanks
    ki
  • I am still struck, could not find any details for initialization. Is debug probe necessary for debugging? I am not using that, I am directly connecting board using UART and CCS recognizes the board.
  • Rohan Kumar said:
    I am still struck, could not find any details for initialization

    I would recommend posting in the MSP forum also. The experts there can provide more suggestions.

    Rohan Kumar said:
    Is debug probe necessary for debugging?

    Yes

    Rohan Kumar said:
    I am not using that, I am directly connecting board using UART and CCS recognizes the board.

    Many launchpads and kits have an on-board debug probe integrated on. You could be using that. What connection type are you using?

    Thanks

    ki

  • I am using UART and integrated debug probe feature is not shown in TDC1000-TDC7200 page(ti.com/tool/tdc1000-tdc7200evm). GUI provided for board works fine.

  • After some investigations, it looks like your board (TDC1000-TDC7200EVM) does not have an integrated on-board debug probe. To debug and download code, you will need to do the follow as mentioned in the thread below:
    e2e.ti.com/.../1608516

    Thanks
    ki