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.

TM4C129ENCPDT Frequency Setup

Other Parts Discussed in Thread: TM4C129ENCPDT

Hi ,

I have tm4c129encpdt and 16 Mhz exteral cristal then i want to use it 80 Mhz but i cant. These are my frequency setups  

 freq = SysCtlClockFreqSet(SYSCTL_OSC_MAIN | SYSCTL_USE_PLL |SYSCTL_CFG_VCO_480| SYSCTL_XTAL_16MHZ, 80000000);

or 

SysCtlClockSet( SYSCTL_SYSDIV_2_5 | SYSCTL_USE_PLL |SYSCTL_OSC_MAIN | SYSCTL_XTAL_16MHZ);

Is there any trick? Thank you for interest.