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.

interrupt setup

Other Parts Discussed in Thread: TMS320F2812

I'm working on a legacy project with CCS 5.2.1 and  DSP/Bios 5.42.13.42 on a TMS320F2812. The code has an interrupt defined as:

interrupt void ADCINT_GET_DATA_ISR(void).


I'm trying to determine how often this interrupt runs. Can you provide some advice?

  • Hi Robert,

    The above interrupt seems like ADC one and hence you need to see the trigger. For eg. if ePWM is triggering your ADC the its TBPRD value ie the frequency of ePWM would be your interrupt frequency.
    Also, you can use a counter to monitor the number of times it runs if thats what you're looking for.

    Regards,
    Gautam