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?
解決済! 解決策の投稿を見る。
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");
元の投稿で解決策を見る
thank you!