Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: C2000WARE
Tool/software:
I was trying to use the ADC with ePWM3 as a SOC, but as soon as I run the code in debug mode, the debugger jumps to an illegal ISR. Then, I tried operating the ADC with the CPU Timer0 interrupt as the SOC, and it worked fine. Afterward, I attempted to import the CCS example from C2000Ware_5_04_00_00->device_support->f2837xd->examples->cpu1->adc_soc_epwm, but it showed the error: 'Import failed for project 'adc_soc_epwm' because its meta-data cannot be interpreted. Please contact support.' The example 'adc_soc_epwm_tempsensor' works fine, however. But when I copied the content from that project into my own project, the illegal ISR issue occurred again. Please provide suggestions. I have attached all the project folders for reference.ADC_SOC_Timer0.zipADC_SOC_ePWM3.zip