例程倒数第二个语句:
// Note: To be safe, use a mask value to write to the entire
// EVAIFRB register. Writing to one bit will cause a read-modify-write
// operation that may have the result of writing 1's to clear
// bits other then those intended.
EvaRegs.EVAIFRB.all = BIT0;
说是为了保证系统安全工作,屏蔽定时器T2,‘
我的问题是为什么要屏蔽呢,屏蔽了不是不能中断了吗