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.
大家好、
我正在开发基于 F28374S 和 driverlib 的应用。
我已根据 C2000 Ware 示例执行系统时钟初始化:
SYSCTL_setclock (device_setClock_CFG);
断言(SYSCTL_getClock (DEVICE_OSCSRC_FREQ)== DEVICE_SYSCLK_FREQ)
检查 sysctl_setclock()返回值并使用 sysctl_resetMCD()执行重试是否足够安全?
谢谢、
卡洛