可以在Interrupt Service Routine內執行Call嗎?
因爲sonix MCU
Stack數目有限,在Interrupt中執行Call要特別注意,如果在進入Interrupt時Stack已經滿了,則會造成Stack溢出,而使
得程式無法返回。所以若要在Interrupt內執行Call,必需考慮在最差情况下Stack的使用數目,務必使在最差狀况下進入Interrupt仍
有Stack空間。