• Code not burning..
    Hi, i have burned code in Teridian's 71M6541F IC which has 8051 15 core inside using Signum's ADM51 emulator. However, earlier code was working fine and I could see the output on LCD. I set one bit in...
  • DS89C450 code burning problem.
    Hello Everybody, I have a EPROM programmer at my college. I wanted to burn code in my DS89C450 uC. the programmer had only DS89C420. i checked the datasheet it says that the 2 IC's are pin compatible...
  • Controlling the emulator directly from the u-vision2 IDE
    Dear Sir! I have made the Emulator/Evaluation Board for MCS51 family.now i want to control this Emulator Directly from the Keil Uvision2 IDE , what should i do for it.the link for this emulator has...
  • Write R7 register directly from C
    I use KeilC uVision4 for 89C51 MCU. By "Inline ASM", i can easily direct write value to R7 register, like this : #pragma ASM MOV R7, #10 #pragma ENDASM But now, there are some reason...
  • Code not getting burned @ location 0x0000
    Hello Every1, I am using P89V51RD2BN microcontroller for my project. To load the hex file into the Flash ROM, I am using Flash Magic. I have written a simple code as follows :- #include...