Tool/software: Code Composer Studio
HI
I am working on a usecase : nullSrc->algo(dsp1)->display on TDA3,
But there is something run with algo result, I need to verify whether the input picture is correct.
but there is no I/O in dsp1, I want to debug in CCS.
I have to set the board from QSPI4 to Debug mode, and connect all the cpus and load all the programes, the procedure is so slow, especially the loading of the binaries.
How can I improve the debug efficiency?
Thanks!