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.
Tool/software: Code Composer Studio
Im trying to run the example program blinky_cpu01. But this error message keeps showing up when debugging.
"IcePick_C_0: Error connecting to the target: (Error -600 @ 0x0) A required dynamic library could not be located. The library isn't on the search path. (Emulation package 6.0.576.0)"
Can somebody help me explain what might cause this error to occur?
Hubert Cong said:Im building and debugging the sample code without an actual board. I guess I could still debug without real connection right?
You need an actual HW target to debug. We don't support simulators so you must have real hardware to load and run your code.
I think your errors are because the drivers for the XDS100 were never properly installed on your PC since you never plugged in real hardware.
The first step is acquiring an actual F2837xD target. You can get the controlcard for it
Thanks
ki