Part Number: TMS320F28335
Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Hi,
I am trying to use ADC interrupt and CPU Timer 0 interrupt in same code. I toggled one LED in CPU Timer 0 ISR to check whether the interrupt loop is executed or not.
when I tried to flash the code the timer ISR was not executed. When I executed code in Debug mode putting breakpoint in Timer ISR then the ISR is executed.
I am not understanding where the problem is. Is there interrupt interdependency between ADC and Timer 0.
Kindly help with same. the basic code that I am debugging is taken from C2000 Ware adc_soc) example code.
Thanks ,
Namita