ipnc_mcfw/mcfw/src_bios6/links_common/va/vaLink_tsk.c文件中,
VaLink_init函数调用了Utils_tskCreate创建VaLink_processTskMain任务,我在VaLink_processTskMain中用Vps_printf为什么打印不出来呢,但是在VaLink_init中加Vps_printf可以打印,这是为什么呢。
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.
ipnc_mcfw/mcfw/src_bios6/links_common/va/vaLink_tsk.c文件中,
VaLink_init函数调用了Utils_tskCreate创建VaLink_processTskMain任务,我在VaLink_processTskMain中用Vps_printf为什么打印不出来呢,但是在VaLink_init中加Vps_printf可以打印,这是为什么呢。