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.