大侠们好,小菜我现在在用R8C/1A,想用INT3,但是中断老进不了,中断标志是置位了的,而且不能软件清零中断标志!!并且后面发现,一调用该中断初始化程序后,就会出现communication timeout error,不能正常调试(能连接上,但是程序要么总跑到复位那,要么就是跑飞),未启用看门狗!!下面是部分程序,版主帮忙看看吧!!
///////////////////初始化
void int3init(void)
{
asm("FCLR I"); //disable all interrupt
INT3_IN;
//TCOUT3=0;
int3ic=0x00;//disable interrupt
tcc00=0; //stop timerC
tcc0=0x48; //timerC clock=f1;dowm side;
tcc1=0x00; //filter clock if f32
tcc00=1; //timerC start to work
ir_int3ic=0;
int3ic=0x07;//enable interrupt ,1level
//asm("FCLR IPL");
asm("FSET I"); //enable all interrupt
}
中断函数////////
#pragma INTERRUPT /B INT3(); //set INT3 to be interrupt program
void INT3()
{
while(1);
}
入口地址申明////////////////
.lword dummy_int ; vector 25
.glb _INT3
.lword _INT3 ; vector 26 //int3 INTERRUPT
有奖活动 | |
---|---|
【有奖活动】分享技术经验,兑换京东卡 | |
话不多说,快进群! | |
请大声喊出:我要开发板! | |
【有奖活动】EEPW网站征稿正在进行时,欢迎踊跃投稿啦 | |
奖!发布技术笔记,技术评测贴换取您心仪的礼品 | |
打赏了!打赏了!打赏了! |