Hello,
I am porting the CCP protocol stack on S32K344 and need to disable/enable all interrupts. How to do it?
Thanks a lot!
Solved! Go to Solution.
__asm("cpsid i"); __asm("cpsie i");
View solution in original post
Hi@JamesLIUHX
YanyiQiu's answer is right.