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.

LM4F232 enters fault_isr upon IntEnable(INT_ADC0SS1)

Partner and I are very stuck on this one. It was working earlier, now it's not.

The code has been uploaded to GitHub:  github.com/SwimDude0614/CID.git 

Our problem line is 119 of CID.c.

Overview:

1) Enter main

2) Call sysInit()

    a) Call rdTmrInit()

    b) Call adcInit()

    c) Die on the last line of adcInit()