I cannot find any information on datasheet.
Thanks
Ping
已解决! 转到解答。
Hi
Each interrupt's priority level is configured in the core's NVIC (0..15) - you need to use ARM documentation for core details.
Eg. https://developer.arm.com/documentation/dui0646/a/cortex-m7-peripherals/nested-vectored-interrupt-co...
Regards
Mark[uTasker project developer for Kinetis and i.MX RT]
在原帖中查看解决方案
Thank you for information!