hello,
To speed up the debugging process, we want to debug DSP function on PC, after then run on EVM.
So, we want to use the simulation mode of CCS to debug.
Can you tell me which version of CCS can support C66 and C71x DSP simulation?
BR
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.
hello,
To speed up the debugging process, we want to debug DSP function on PC, after then run on EVM.
So, we want to use the simulation mode of CCS to debug.
Can you tell me which version of CCS can support C66 and C71x DSP simulation?
BR
Hello,
Simulators are no longer supported. There are some "hack" workarounds that we don't recommend which may mislead you instead. We suggest jumping on real HW/EVM.
Related threads:
https://e2e.ti.com/support/processors/f/791/t/740608
https://e2e.ti.com/support/tools/ccs/f/81/t/737321
https://e2e.ti.com/support/tools/ccs/f/81/t/854707
https://e2e.ti.com/support/tools/ccs/f/81/t/550200
Hope it helps,
thanks,
Alex
Hi,
C71x intrinsic code supports host emulation which means you can compile it using g++ compiler ( or visual studio compiler). Once you are able to compile you can use any gdb/visual studio based debugger ( like eclipse, vscode) to debug the same on PC.
Regards,
Anshu