刚又测试了一下,确定可以进入halt,但是不能唤醒
INTERRUPT_HANDLER(AWU_IRQHandler,4)
{
/* In order to detect unexpected events during development,
it is recommended to set a breakpoint on the following instruction.
*/
if(fPowerOn_flag == FALSE)
{
fPowerOn_flag = TRUE;
}
}是我中断服务函数不对还是有关AWU的设置不对呢?
|