Can "Call" instruction be executed in Interrupt Service Routine?
Because of sonix MCU Stack number limitations, users should pay special attention
to when execute Call in interrupt, if Stack is full when entering Interrupt, thus
will cause Stack overflow, causing the program can not return. Therefore, if use Call
in Interrupt, user must consider the worst-case Stack using number, be sure there
is Interrupt Stack space when enter worst conditions.