Where is the global interrupt interface of S32K344?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Where is the global interrupt interface of S32K344?

跳至解决方案
492 次查看
shunyizhang
Contributor IV

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?

0 项奖励
1 解答
466 次查看
Senlent
NXP TechSupport
NXP TechSupport

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"); 

在原帖中查看解决方案

0 项奖励
2 回复数
467 次查看
Senlent
NXP TechSupport
NXP TechSupport

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"); 

0 项奖励
460 次查看
shunyizhang
Contributor IV

thank you!

0 项奖励