cgpic.exe应用程序错误, 0x00444342 指令引用的0x00000008地址不能written
if a function appears to be called by an interrupt function and by main-line code this could normally lead to code failure.
PIC不允许函数重入的, 上面是HI-TECh C manual中的说明.
如果你也遇到这种错误, 赶紧看下中断中和main中有没有调用相同的函数吧.