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.
麻烦帮我看看TM4C123GH6PM的DIVSCLK pin在哪个位置,tiva c launchpad,icdi debug。
i can not find the DIVSCLK pin in the TM4C123GH6PM,whose platform is tiva c launchpad with icdi debug.
这是库里API函数的说明:Configures and enables or disables the clock output on the DIVSCLK pin.
SysCtlClockOutConfig(uint32_t ui32Config, uint32_t ui32Div) ;
我就是希望得到20Mhz以上的频率
楼主,TM4C129x(SnowFlake)系列M4才有 DIVSCLK pin。TM4C123x(blizzard)系列没有这个脚。
SysCtlClockOutConfig这个函数也只能适用于TM4C129x。
如果你使用TM4C123x需要得到一个20MHZ的时钟,可以使用定时器的PWM输出去做。