Tool/software:
Hello expert ~
When using an RTOS, the SVC interrupt of the RTOS (portYIELD trigger for task switching) turns off the IRQs interrupt, making the PWM interrupt not respond correctly and in a timely manner, resulting in a high latency of the control interrupt, which is unacceptable for inverter control.
1. Is there any way to configure the cortex-r5's SVC priority to be lower than irq to ensure low PWM interrupt latency
Or be able to use one of irq's interrupts to do task switching instead of using SVC.
2. Where can I find details about the 0xe000ed04 Interrupt Control register?
Thank you!






