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.

TMS570LS3137: Using RTI event0 to HW trigger MibADC1 Group2 conversion

Part Number: TMS570LS3137
Other Parts Discussed in Thread: HALCOGEN

Hello there,

In our project we are using RTI compare block 0 as HW source to trig the MibADC1 Group2 conversion every 50 ms, and everything is going fine when the associated RTI compare block 0 interrupt is enabled, within which ISR the ONLY instruction "RTIINTFLAG &= 0x00000001;" is used to reset the event0 interrupt flag in order to prepare for the next one in 50ms. This cycle repeats continuously, which confirms that the RTI was correctly programmed and the MibADC1 Group2 is converting every time.

However, if the interrupt generation from the RTI compare block 0 was disabled (by clearing the SETINT0 bit of the RTISETINTENA register), because we don't need this SW interrupt overhead, and thinking that the internal HW trigger would continue to trig the MibADC1 Group2 conversion. But it doesn't because no more conversion are performed.

Our question is: how to NOT generate RTI compare block 0 interrupt while keeping the cyclic HW trigger active every 50 ms?

Many thanks,

Chuck.