there is a problem appears in Debugging the project for the first time :
it went to IntDefaultHandler when Calling SysCtlClockGet()
and if reset the debugger , it was ok.
so what is the problem ?
I tried :
SysCtlClockSet(SYSCTL_SYSDIV_4|SYSCTL_USE_PLL|SYSCTL_OSC_MAIN|SYSCTL_XTAL_16MHZ);
and
SysCtlClockSet(SYSCTL_SYSDIV_5|SYSCTL_USE_PLL|SYSCTL_OSC_MAIN|SYSCTL_XTAL_16MHZ);