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/TDA3: Connect the EVE core and the EVE core turn to running

Part Number: TDA3

Tool/software: Code Composer Studio

Hi

I compiler a mult-core program and load the program to core of TDA3x by CCS 

I connect to the core mannal one by one core, But when I connect to the EVE CORE, Then it turn to run not supend when I connect to EVE

What is the reason to cause it???

  • Hi,

    I don't recall having problems in accessing the EVE core on my TDA3x board, but I need to investigate this further next week.

    If this is happening after you load the code, many reasons can contribute for it to not halt at main(). The thread below discusses a few details about that.
    e2e.ti.com/.../377999

    I will get back to this thread next week.

    Regards,
    Rafael
  • OK
    I Just connect to EVE! There are not any program in the EVE Core?
  • Hi,

    So what you mean is that tthe connection itself is successful but you were expecting code to be running on it?

    What exactly do you see in the Disassembly view (menu View ==> Disassembly)?

    If you see only zero opcodes, its memory is clear and you need to double check your source code to see if a mode is supposed to be loaded to its memory. You may need the help of the experts on the Device forum, as they are better knowledgeable about the code itself.

    Otherwise, check if you need to load the Debug Symbols (menu Run ==> Load ==> Load Symbols) to properly see the source code correlation.

    Hope this helps,
    Rafael