使用processor_sdk_rtos_am57xx_4_01_00_06 编译MessageQMulti工程,并添加了如先信息
var System = xdc.useModule('xdc.runtime.System');
var SysStd = xdc.useModule('xdc.runtime.SysStd');
System.SupportProxy = SysStd;
没有看到终端输出System_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.
使用processor_sdk_rtos_am57xx_4_01_00_06 编译MessageQMulti工程,并添加了如先信息
var System = xdc.useModule('xdc.runtime.System');
var SysStd = xdc.useModule('xdc.runtime.SysStd');
System.SupportProxy = SysStd;
没有看到终端输出System_printf相关信息
请再试一下以下链接给出的解决方法。
processors.wiki.ti.com/.../BIOS_with_GCC_(CortexA)
这个帖子也参考看一下。
TI 诚邀您参加全新设计的产品页面测试,参加测试即可享有 TI 购物 9 折优惠码,点击加入 EP产品页面测试报名,名额有限。感谢您的参与!
关于打印我依然没有解决,文章中与我现在使用的CCS差异比较大,一些配置无法匹配。请问还有什么解决途径吗
你好 ,我需要再次确认下。SDK中没有提供windows下的CCS可直接导入工程吗,