I just got new C2000 DPS workshop EVM, when turn on the power, only displr 3"0",then no responds any more.
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.
Xiao,
The screen capture in your post shows the board has connected, the project loaded, and the program counter is at the start of main waiting for you to run or step through the program. This is what you should see after step 28 in Lab 1.
"(Suspended - SW Breakpoint)" indicates the debugger is connected and halted.
Can you elaborate on what's wrong please?
Regards,
Richard
Xiao,
The device you are using contains two cores: a C28x CPU, and a Control Law Accelerator (CLA). Each is an independent computer core which can be connected separately from the other. In Lab 1, we only use the C28x core: the CLA is not needed so it remains disconnected.
In Lab 5 you will learn how to connect and load code onto the CLA.
Regards,
Richard