Hi,
My visionSDK version is 3.05.
Since we don't reserve JTAG pin on board, so I need debug some driver in pdk by print log. I didn't found any API in pdk, should I move Vps_print inside pdk? Or anyother better way?
Thanks a lot!
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.
Hi,
My visionSDK version is 3.05.
Since we don't reserve JTAG pin on board, so I need debug some driver in pdk by print log. I didn't found any API in pdk, should I move Vps_print inside pdk? Or anyother better way?
Thanks a lot!
Yes, you could use Vps_print to send messages on UART. You might require to extern this API in PDK.