本人刚用freescale单片机不久,在使用CW10.2版本生产的单片机初始化代码中,出现这样的代码,不知道是什么意思?请各位大虾指教!
(void)(SCI0_S1 == 0U); /* Dummy read of the SCI0_S1 register to clear flags */
(void)(SCI0_D == 0U); /* Dummy read of the SCI0_D register to clear flags */
另外还有另外一个问题,freescale单片机,进入中断后,怎么样手动清楚中断位呢?