ADC and EOP interrupt levels

I use the PEC to transfer data from the ADC and the EOP interrupt to reset the PEC pointers. As i understand you still need to have an end of conversion interrupt from the ADC to use the PEC EOP interrupt.
Does anyone know which of the two interrupts should have greater priority or should they be the same?

Parents
  • Not sure I understand your question..

    You need the end of conversion interrupts from the ADC to do the PEC transfers in the first place.

    I don't see why the priorities should matter - for the PEC transfers you use any priority available for the PEC transfers and for EOP any priority not already used.

    I guess the ADC is in continuous conversion mode. Then the only aspect to consider is that the priorities are high enough so that you don't lose any conversion results (assuming you don't want to lose any).

Reply
  • Not sure I understand your question..

    You need the end of conversion interrupts from the ADC to do the PEC transfers in the first place.

    I don't see why the priorities should matter - for the PEC transfers you use any priority available for the PEC transfers and for EOP any priority not already used.

    I guess the ADC is in continuous conversion mode. Then the only aspect to consider is that the priorities are high enough so that you don't lose any conversion results (assuming you don't want to lose any).

Children
More questions in this forum