Hello,
I am porting the CCP protocol stack on S32K344 and need to disable/enable all interrupts. How to do it?
Thanks a lot!
已解决! 转到解答。
__asm("cpsid i"); __asm("cpsie i");
在原帖中查看解决方案
Hi@JamesLIUHX
YanyiQiu's answer is right.