Tool/software:
Where can I find answers to frequently asked questions related to using interrupts on F29x devices?
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.
Tool/software:
Where can I find answers to frequently asked questions related to using interrupts on F29x devices?
For reference, please see F29x General FAQ for other IP/peripherals
F29x Interrupts Frequently Asked Questions
How to do I use interrupts in multi-core applications?
When is RTINT used as an interrupt?
What is the interrupt priority set by the PRI_level field in the pipe_base.INT_config_y register? Is it correct to allocate interrupt priority from 0?
When running an interrupt on CPU3, are there any additional processing requirements compared to CPU1? Are there any differences? When AUTOSAR is running, will a CPU3 interrupt affect OS scheduling? Can this type of high-priority interrupt be handled in a timely manner?
After the CPU enters NMI and performs the necessary flag-clearing operations, will the CPU automatically reset if no manual reset is triggered? Under what conditions will the CPU automatically reset after entering NMI?
Does entering NMI itself cause the MCU CPU to reset?
After entering NMI, will the CPU remain in the NMI state, or are there certain conditions under which it can return to normal operating mode?