Part Number: TDA2SX
Hi all,
Does anyone know how to add print info onto uart during Bsp debugging?
I add GT_0trace(), BUT nothing comes out.
My VisionSDK version is 2.9. I use BIOS on all cores.
Thanks.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TDA2SX
Hi all,
Does anyone know how to add print info onto uart during Bsp debugging?
I add GT_0trace(), BUT nothing comes out.
My VisionSDK version is 2.9. I use BIOS on all cores.
Thanks.
Hi,
GT_0trace() internally prints on CCS console and not on UART.
The implementation internally calls BspOsal_printf() function which is defined in <bsp_driver_inst_dir>\src\osal\src\bsp_osal.c
And the print is done using System_printf which prints on CCS console.
Regards,
Prasad