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.

TMS320F28388D: how long is nested interrupt latency

Part Number: TMS320F28388D

Hi Team,

If there are two interrupt, one is ADC interrupt, the other is CAN interrupt.  ADC interrupt have higher priority and can nest CAN interrupt.

If CAN interrupt trigger occur first, and almost at the same time ADC interrupt trigger occur, as there is need to enable nesting interrupt in CAN ISR so that ADC interrupt be able to nest, this may induce additional latency for ADC interrupt from ADC interrupt trigger to enter ADC ISR,  how long is the total latency? or how long is it that from ADC interrupt trigger to enter ADC ISR when both interrupt trigger almost happen at the same time but CAN interrupt trigger happen a little earlier?