请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:CC3100 您好!
我正在尝试捕获 NWP 日志、我在理解这些步骤时遇到了一些困难。 它请求更改以配置引脚62的初始化代码需要在 CC3100 FW 上完成?
如何实现这一点?
谢谢你
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.
您需要将以下行(配置引脚62)添加到 PinMuxConfig()函数中(此函 数通常可在 SDK 示例的 pinmux.c 中找到)。
然后重建项目。
// If your application already have UART0 configured, no need for this line MAP_PRCMPeripheralClkEnable(PRCM_UARTA0, PRCM_RUN_MODE_CLK); // Mux Pin62 to mode 1 for outputing NWP logs MAP_PinTypeUART(PIN_62, PIN_MODE_1);