The MCU I am using now is S32K344, and the development environment is S32DS for S32 platform. The project needs to mask global interrupts, but this interface is not found at present.
Which file is the global interrupt interface in?
Solved! Go to Solution.
Hi@shunyizhang
the same discussion is available in the link below
https://community.nxp.com/t5/S32K/How-to-enable-disable-all-interrupts-for-S32K344/td-p/1704585
__asm("cpsid i");
__asm("cpsie i");
View solution in original post
thank you!