• schematic
    is there any mistake in this schematic
  • c51: xdata RAM starting at 0x8000 and reentrant
    Hello, Im porting our code to a "8051" harware architecture where the external CODE is placed from 0x0000 to 0x7fff. XDATA RAM is placed from 0x8000 to 0x83ff. I have to use reentrant functions....
  • for the schematic of programmer
    Assalam ALikum.... i m the student of engineering university and i m doing the courses of microcontroller. i wanna make the programmer of 89C51 for this semester as well as this programmer will help...
  • Problem translating application to 0x8000 for debugging
    I am trying to get Mon51 working at address 0x0000 in EPROM. Monitor is built with XDATA(XDATA_AREA(0D000H)), CODE(INITSEG(00000H)), INSTALLCODE(01000H). Interrupt vectors are translated to 0x8000...
  • source above 0x8000 not mapped for debugging
    I am using a Cygnal processor with 128KB Flash. For functions located above 32K (>0x8000) the debugger stops and gives me only the disassembly view. It does not offer the source at all. FYI: C51 v7...