Hi all,
I'm working a image processing system base on DSP/BIOS on DM642. There are 3 master tasks in my work: image capture, image processing and network transmission. The image processing task a little too big, more than 3600 lines, and more than 400 printf statements for debug.
The problem is, when I remove all the printf statements in the image processing task, the program can't work.