• XDATA vs IDATA System Overhead with Modern 8051s?
    I'm wrapping up some product code on a modern 8051. I actually surprised myself, because I ran out of memory in the data area. I need to check with the manufacturer because supposedly this chip...
  • keil uvision2 option
    keil uvision2 option bl51 misc, misc controlls,,,,, bank0(?co?filename(bank start address), ?co?filename2) there are many files in the bank0. what kind of files do i must put in misc controlls? and...
  • Keil 8051 interrupt ISR
    I'm having problems with 8051 based ISRs. The problem occures when: 1- Interrupt A is being serviced. 2- Interrupt B occures and is serviced (in the middle of ISR A execution. 3- Sometimes ISR...
  • Regarding translate option in Keil
    Hi, I am newbie to keil software. I wants to know the functinality of "translate" option in keil software. What this option will do if i have c file as source file or assembly as source file.
  • #if ISR
    I have created a very useful macro that will have disastrous results if it is used inside an ISR. A few years from now some unsuspecting soul (who could be me) will probably use it inside an ISR and spend...