You have the TX and RX pins mislabeled. Do you have them wired correctly? PA4 is TX and PA5 is RX. Also, don't use SysCtlClockGet() function with the TM4C129x devices (line 102). That function is only for the TM4C123 devices. Use the variable ui32SysClock instead.
↧