中断服务程序响应定时VME7号中断,程序如下:
if(intConnect( (VOIDFUNCPTR*)0xf0,intHdlr,0)==ERROR)
{ puts(″intInit:Error in connecting to the ISR″);
return(ERROR);}
if(sysIntEnable(7)==ERROR)/*响应7号VME中断*/
{ puts(″intInit:Error in Enable ISR 7″);
return(ERROR);}