• Program
    i need a program regarding DETECTING POWER GRID SYNCHRONISATION FAILURE ON SENSING FREQUENCY OR VOLTAGE BEYOND ACCEPTABLE RANGE for 8051
  • microprocessor program
    Hello, I am making a fingerprint ignition system,and i want a microprocessor program for it. Can u help me!
  • positioning the program
    How I can positioning my C51 program in the specific address in the ROM ,such as I want to put my program from the address of 0x2000 in the ROM? If you are convinent would you mind giving me some related...
  • Download of a program
    Hello, I would like to download a new program without opening it, just by sending a file (the .hex for example) to the microcontroller by jtag. Is there some tools to do it or keil has a mean to to...
  • Assembly program
    NAME MODULENAME .... .... EXTRN CODE (function1) .... .... mov dptr,#0x9000 mov a,@dptr cjne a,#0x02, label1 lcall my_isr_function label : NOP .... .... Is this the correct...