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.

F28388D的CM核

Other Parts Discussed in Thread: C2000WARE

1、情况介绍

一开始是在CPU1核中完成对CAN和SCIA和SCIB口的硬件配置和程序驱动,都实现了。

2、问题所在

现在想要将程序移到CM核中运行,我参考了C2000  Ware的CM的CAN例程。发现只有UART的例程,没有SCI的例程。

然后,我去搜索手册,好像CM核控制不了SCI口,CM核只能控制uart口

3、请教的问题

本身的程序输出数据,使用的SCI口,现在转移到CM核中,是不是就用不了SCI口了,只能改成UART口了。

还有个问题,向外传输数据,我用了两路SCI,转移到CM核中的话,我看上图中,CM核,好像只能控制一路UART口。

要是想在CM核中运行数据,并且从两路串口输出数据,是不是没办法实现了?