Hi,
We are using CCSv5 to debug DM8148 based application and we need some
advice on the Printf based on C I/O.
Currently we are using printf, stdout, fprintf etc to debug the DSP(C674x),
and printf, stdout, fprintf works well, but the problem is with the stderr stream.
With "stderr" the CCS prints the processor name "C674X_0" for each and every character as shown below.
[C674X_0] i[C674X_0] n[C674X_0] t[C674X_0] e[C674X_0] r[C674X_0] n
[C674X_0] o[C674X_0] n[C674X_0] _[C674X_0] i[C674X_0] n[C674X_0] i
[C674X_0] i[C674X_0] n[C674X_0] t[C674X_0] e[C674X_0] r[C674X_0] n
[C674X_0] o[C674X_0] n[C674X_0] _[C674X_0] i[C674X_0] n[C674X_0] i and so on....
Is there any setting possible to avoid processor name "C674X_0" for every character?
Please let us know if "stderr" cannot be used with C674x.
Best Regards
Kummi