Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/21/07 17:35
Read: times


 
#135536 - my code
Responding to: ???'s previous message
void external_ISR (void) interrupt 9

{
keyboard_data = data_table[counter];
counter++;
EXIF = 0x00;
if (counter == 10)
EIE = 0xE0;


}

It is interrupt part of my code but i cant achieve to work this part. It is negative edge detect interrupt.You understood me correctly, ý am using c-51 keil. If you want to look the datasheet, this is the link
http://datasheets.maxim-ic.com/en/ds/DS8...89C450.pdf
Thanks for your reply

List of 4 messages in thread
TopicAuthorDate
help using interrupt on 89c430            01/01/70 00:00      
   What compiler?            01/01/70 00:00      
      Cross-post            01/01/70 00:00      
         my code            01/01/70 00:00      

Back to Subject List