hi,
I have my own print function which logs prints to memory.
I have implemented it using vsprintf and va_args
This function by itself works fine.
Now when I call printf (BIOS6) or System_printf (XDC), instead of the print going to CCS console I want my custom function to be called.
How can I do this ?
I use bios_6_31_00_18 and xdctools_3_20_05_76 on TI816x platform.
Thanks and regards
Kedar