是否有方法向 CC1312R 发送信号以从开始重新启动
MCU 中已加载的驱动程序? 我需要与上的 CC1312R 远程合作
另一个站点。 有时,我会卡住,需要重置并重新启动主板。 我不能
从 Code Composer 或任何其他 GUI 工具获取。 但我有一个连接了的 Raspberry Pi
通过 UART 和 GPIO 连接到 CC1312R。 是否有办法从 RPi 执行重置或重新启动?
我正在使用 TI_RTOS 运行修改后的 rfPacketTx 驱动程序。
谢谢,
繁体中文
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.
是否有方法向 CC1312R 发送信号以从开始重新启动
MCU 中已加载的驱动程序? 我需要与上的 CC1312R 远程合作
另一个站点。 有时,我会卡住,需要重置并重新启动主板。 我不能
从 Code Composer 或任何其他 GUI 工具获取。 但我有一个连接了的 Raspberry Pi
通过 UART 和 GPIO 连接到 CC1312R。 是否有办法从 RPi 执行重置或重新启动?
我正在使用 TI_RTOS 运行修改后的 rfPacketTx 驱动程序。
谢谢,
繁体中文
您是否已查看 sysCtrlSystemReset (https://dev.ti.com/tirex/content/simplelink_cc13xx_cc26xx_sdk_5_40_00_40/docs/driverlib_cc13xx_cc26xx/cc13x2_cc26x2/driverlib/group__sysctrl__api.html)以查看它是否符合您的要求?