• 8051 heade and JTAG board
    Hi all Are there any JTAG header 8051 bord that can be used with KEIL compiler? I want to avoid pricy programmers . I want to directly download the 8051 code from KEIL to the 8051 board. ...
  • Head and Tail Pointers. You definition ???
    No, this has nothing to do with '51s, but I want the opinions of some of you tenured chaps: In a circular queue, what do you consider the head and what do you consider the tail? I've always know...
  • the head file the site supports with contains an error
    http://www.keil.com/dd/docs/c51/atmel/regf51rc.h the file of up link contains an error when define the sfr TL2 and sfr TL1
  • Link List
    xdata struct EEPROM { unsigned int Last_Data; struct EEPROM *Node; }; struct EEPROM xdata * xdata p; p = (struct EEPROM xdata *)0x0FF6; if i will print the following statement printf("Size...
  • link list
    Hello everyone, I am studying link list in c I have a project in which I have lookup table of rpm (clocks used to load the timer used for motor). This rpm table, I am taking in an array Now I want...