I have a LAUNCHXL-F28377S Evaluation Board. I am trying to run the "cla_adc_fir32_cpu01" example. It compiles and runs. I have J8-80 (PWM2A) jumpered to J3-27 (ADCINA0) according to the comments at the top of that file. When I run the project, I get a 10KHz square wave out of J3-27, so the PWM is running, and it appears that ADRESULT0 gets "squarewave" values of 0xFFF and "LOW" values in the 0x0 to 0xD range if I halt execution at various times, so the ADC is runnig. However, the "cla1Isr7" interrupt routine does not execute, and therefore the AdcBuf array never receives any ADC results and that buffer remains all zeros.
Am I missing something in the setup? Does anything special need to be configured to work with the LAUNCHXL-F28377S Eval Board?