TM4C1231E6PZ 's GPIO and SSI functionality is working OK in our board.
When we try the timer interrupt - in ONE-SHOT or periodic mode- as indicated by your examples in the peripherals folder , it hangs and does not come out of the following loop:
//
// Wait for interrupt to occur
//
while(!g_bIntFlag)
{
}
The timer is set for 1 msec ; I tried higher time intervals also unsuccessfully.
With IntEnable(INT_TIMER0B); statement commented out ,other loop ( like the while loop in Blinky.c) following it runs.
Since the timer is fully an internal resource , I am at a loss to understand the problem.