Hello,
I inserted 'printf' to my routine for debugging.
I thought printf to console would be fast, but it took about 20ms to print 5 characters(three numbers and '\n\r).
My environment is ccs6 and xds560v2. Three DSPs are connected to one emulator and just one DSP is printing. I attach connection properties.
I don't think this is DSP's problem because the execution time of the routine is improved pretty much if I remove 'printf'.
The board I am developing is timing critical so I need a fast printf.
Please let me know any clue.