初次使用SYS/BIOS,根据提示创建了一个Hello world的例程,就简单的一个System_printf("hello world\n");但是Debug的时候RUN按钮不可用(一直灰色的)!也没有见到输出hello world,请高手指教一下!
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.
初次使用SYS/BIOS,根据提示创建了一个Hello world的例程,就简单的一个System_printf("hello world\n");但是Debug的时候RUN按钮不可用(一直灰色的)!也没有见到输出hello world,请高手指教一下!
将System_printf改为log_printf, 见以下网站.
http://processors.wiki.ti.com/index.php/DSP_BIOS_FAQ#Q:_How_can_I_convert_printf.28.29_statements_to_LOG_printf.28.29.3F