工具/软件:TI C/C++编译器
你(们)好
我想运行 sriobot_helloworld 示例。 我已经阅读了有关 sriobot_helloworld 的所有文章、但在所有情况下都无法正常工作。
在代码中、我添加了这些行、我的想法是、我想同时处理主代码和从代码。
否则(coreNum=1)
{
int i;
对于(I = 0;I < 5;I++)
printf ("\n 内核1 =%d"、i);
}
如果(coreNum== 2)则为其他值
{
int i;
对于(I = 0;I < 5;I++)
printf ("\n 内核2 =%d"、i);
}
如果(coreNum==3)则为其他值
{
int i;
对于(I = 0;I < 5;I++)
printf ("\n 内核3 =%d"、i);
}
其他
{
write_boot_magic_number2 ();
}
我´m n´t CCS 5.5,我看不到响应。
在 https://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/p/423056/1516391#1516391帖子中
有什么建议吗?