This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ADC & external interrupt

Hello all,

I'm trying to put in the same program a external interruption and ADC.
I'm using AT89C51CC01. Uvision4,10 , portable version. And the Atmel example for ADC:
www.atmel.com/.../doc4361.pdf

If I put just this in my program:

void navegar (void) interrupt 0
{ }

My acquisition stops...

I believe this is a bug in keil, but how can I make in other way?

Thanks in advance, best regards,

Paulo Carmo

0