Part Number: TMS320F28374S
Tool/software:
1. we use bios/sys. adc_isr and adc_isr_fast is AD interrupt.

2.we want to make adc_isr to nest adc_isr_fast


3. it can run for a short while ,and stopped at 0x3fe2ed

if adc_isr_fast delete, adc_isr can run normally
if the nest is not written, adc_isr and adc_isr_fast can run normally
can you tell what is wrong? will bios/sys effect the result?
thanks!