My goal is that disabling the interrupts other than soft device interrupt.
I think that this is achieved by disabling interrupts below a certain level (in this case, 2?), is this possible?
Or I suppose that to set the current interrupt priority state high is another solution, but I couldn't find the method to realize this, either.
Please tell me sample codes to realize those.