• servicing the interrupts
    I want to make use of the PCA interrupts from P89V51RD2.. what should I write ?? e.g. void ****(void) interrupt ** { ------- ------- } what might be there at the '*' position??? ...
  • servicing the interrupts
    how to write interrupts(ISR) in C ?? i.e. void serial0()interrupt 4 { ISR } How come? Is there any specific syntax for [void serial0()interrupt 4]??? this is not specified in the datasheet...
  • Interrupt Service
    Greetings, I'm somewhat new to programming in C. I'm using Keil uVision and would like some information on setting up interrupt routines. I have setup my registers to interrupt on reception...
  • bank switch
    How do I create a code banking application with c51 and assemble file?
  • bank switching
    Hello, Does any body know why in the L51_BANK.A51 file, the definition of the segment for the ?BANK?SWITCH function is: ?BANK?SWITCH segment code PAGE My question is about the PAGE definition...