在ZLG的1138开发板中所有的例程中,其启动文件都有这3个中断程序代码。想请教大家,特别是FaultISR(void)和IntDefaultHandler(void)到底在实际运用中有什么用途。
static void
NmiSR(void)
{
//
// Enter an infinite loop.
//
while(1)
{
}
}
static void
FaultISR(void)
{
//
// Enter an infinite loop.
//
while(1)
{
}
}
static void
IntDefaultHandler(void)
{
//
// Go into an infinite loop.
//
while(1)
{
}
}
此帖出自
小平头技术问答
一周热门 更多>