Hello,
we are developing some simple applications using DSP/LINK (we are using Linux for development) to transfer data back and forth between DSP and ARM (using CHNL). On the ARM side, we can use printf to do debugging output. But when we meet bugs in DSP side (e.g. we send the correct data to DSP but get wrong data back from DSP's processing), we cann't go further - printf on the dsp side doesn't work for us. I'd like to ask TI-experts if there's a simple way to output something from dsp execution. Thanks a lot!