Other Parts Discussed in Thread: SYSCONFIG
In my application running on R5F_0_0 I have two interrupts:
One 16 kHz interrupt triggered by ADC0 (which is started by an EPWM-SOC) and a 1 kHz interrupt from TIMER0.
I wish the TIMER0 ISR to be interruptable by the ADC ISR. How would I achieve that?
It seems that interrupt priorities (given in Sysconfig for TIMER0 ISR and passed to HwiP_construct() for the ADC ISR) don't do the job no matter how I set them.
My application is using RTOS but for now I'm not making much use of RTOS functionality. It is essentially using freertos_main() task from the hello world example to execute the former bare metal code that initializes peripherals and interrupts and eventually enters a main-loop.
Best regards,
Johannes