Using:
Tiva 129XNCZAD
TivaWare_C_Series-2.1.2.111
CCS Version: 6.1.3.00033
I am trying to use a timer to trigger an ADC sequence every 128uSec. Then the ISR for the ADC sequence will read the ADC keeping track of minimum and maximum values detected.
I am iteratively setting up the ADC to monitor one of three different inputs connected to current monitoring hardware on a solenoid driver.
Below is the code that I am currently using with much of the functionality unrelated to the question at hand removed. This is running under TIRTOS so I am setting up the ISR for the Timer using Hwi_Create.
The function 'Calibrate' is what kicks everything off.
The issue is that if I set a breakpoint in the ADC sequence complete ISR, it never hits it. So something in the configuration is wrong.
Any help finding the error would be greatly appreciated.
#define CAL_TRIES 3