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.

关于 SysCtlClockConfigSet() 这条指令

Other Parts Discussed in Thread: CONTROLSUITE

 SysCtlClockConfigSet(SYSCTL_USE_PLL | (SYSCTL_SPLLIMULT_M & 0xF) | SYSCTL_SYSDIV_1 | SYSCTL_M3SSDIV_2 |  SYSCTL_XCLKDIV_4);请问这条指令内部都代表什么意思啊?最终配置成的M3核与C28核的时钟频率为多少?谢谢!