helo (I'm French and I'm 16, so excuse me for spelling)
i'm in traineeship and i have change the code of the DK-TM4C129X ... it does not work anymore
i use µvision
and i have change this code :
ui32SysClock = SysCtlClockFreqSet((SYSCTL_XTAL_25MHZ |
SYSCTL_OSC_MAIN |
SYSCTL_USE_PLL |
SYSCTL_CFG_VCO_480), 120000000);
to
ui32SysClock = SysCtlClockFreqSet((SYSCTL_XTAL_25MHZ |
SYSCTL_OSC_MAIN |
SYSCTL_USE_PLL |
SYSCTL_CFG_VCO_480), 1200000);
it is impossible to communicate with the program now, it's my fault? whether yes how to remedy this?
HELP me