Dear Sir,
I am using interrupts and an RS232 port. The interrupt works fine.
The RS232 is not working if I include
ETPU_Interrupt_Routine = ENC_ETPU_ISR;
kindly advice.
Regards
Rajasekar
int ENC_ETPU_ISR(int channel)
{
switch(channel){
case ENCA_P1:{
break;
}
}
eTPUEventClear(channel ...
Search found 1 match
- Mon Feb 01, 2010 10:36 am
- Forum: NetBurner Software
- Topic: etpuUART problem
- Replies: 1
- Views: 2108