• Interface a assambler prog. in a C-Prog.
    How Can I interface a assambler -file in a C-Code??
  • PROG. BURNER.
    RESPECTED THERE, I DESIGN SMALL LED INTERFACING PROG. IN KEIL MICRO VISION AND NOW I WANT TO BURN THAT PROG. IN MI uC THAT IS 89S51. SO I NEED HARDWARE TO LOAD THAT HEX FFILE INTO MY CONTROLLER.
  • asembly prog is not working
    RAM location 47 to 52 have data 1,2,3,4,5,6 average to be taken and result in reg r3 mov r1,#06h Counter mov b,#06h Divisor mov r0,#47h mov a,@ro L1 add a,@r0 inc r0 djnz r1,L1 div ab mov...
  • flash prog algorithm page size
    Hello, I want to write a new flash algorithm for a nor flash S29GL512N. www.spansion.com/.../s29gl-n_00_b8_e.pdf Could someone tell me the exact page size of this flash device? I can't find...
  • Max Prog Code Size in W78E516
    Hello Guys, Recently i came upon Nuvoton W78E516D micro controller. The data sheet specifies that it has 64KB of flash rom which means that my program code of size 60 KB or atleast 10KB can fit in...