Other Parts Discussed in Thread: SYSCONFIG
我用的示例代码muitl_role, sdk版本为simplelink_cc13xx_cc26xx_sdk_7_10_00_98,示例代码中把串口(pin12, pin13)用作了打印输出,请问怎么才能关闭打印输出,用它来接一个串口外设。
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.
您这边不需要关闭,这个属于软件层面的实现,直接调用了display.h文件,api函数。您这边不去调用就可以了,或者也可以使用sysconfig去进行设置,我在下面为你提供了关于配置uart的教程,希望可以帮助到您。
您好,可以直接调用api函数来进行移植uart。sysconfig通俗来讲就是一个可视化界面,用来生成一些驱动代码的,在以下链接为您提供了uart示例: