Other Parts Discussed in Thread: CC1310
CC1310 SDK4.20 使用HapiResetDevice();或SysCtrlSystemReset();函数复位, 但是有时正常复位, 有时又不能复位, 这个是什么问题?
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.
CC1310 SDK4.20 使用HapiResetDevice();或SysCtrlSystemReset();函数复位, 但是有时正常复位, 有时又不能复位, 这个是什么问题?
您好,
当调试器连接到设备时,设备就会在发生复位时“启动时停止”。您需要在设备自由运行且未连接调试器的情况下测试设备的复位。
如果没有 JTAG 连接且外部供电,SysCtrlSystemReset() 应该可以正常工作。
针对不同硬件平台的复位函数。
HapiResetDevice 是针对 TI 的 HAPI (Host API)的复位函数,可以用于 CC1310。
SysCtrlSystemReset 是 SysCtrl 模块的系统复位函数,用于启动 ARM Cortex-M 系列处理器的复位。