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: With the OMAPL138LCDK - How do I reload a program into the DSP card?

Tool/software: Code Composer Studio

When I load the program on the first time, it works, but when I try to reload it again, or modify the code and reload it - it doesn't work.

I have to disconnect the OMAPL138LCDK from the electricity, reopen the code composer, and then load it to work, and it takes a lot of time between each change I do to the code...

It's really annoying. Please advise.

  • Nadav,

    It certainly sounds like the device is getting into a state that doesn't get reset when you reload the program.

    I would try hitting disconnect in CCS and then connect in CCS before loading the program to see if that helps.
    If it does work I would then look at what is being printed out to the debug console in CCS to see what is happening on connect as that is likely what is putting the board/device into a good state.

    If that doesn't work I would do a discounted, power cycle the board, and then a connect.

    Regards,
    John