• help....
    I am newer to c8051f120. My problem is that i wrote the 4 bit LCD code its work nicly .When i switch off and switch ON the supply to devlopment board its giving error o/p i.e undefined symbole but once...
  • help!!!!
    i'm using c51. i get an error"not in formal parameter list" and cannot find a way to solve it,so i'm here to ask for ur help,please. Here is my code: #include <stdio.h> #include <absacc.h> #include...
  • Help
    I want to use ISD51 on Dallas DS5001FP, can I do that? I already try to use the ISD51 (generic 8052) example from Keil. There is no result and I still can't get connected. What I do is : DS5001...
  • Help!
    When I use the IC SST29ee010 to store my data,I find it the Page Write command equence of this IC is disassambled below: C:0x21E9 905555 MOV DPTR,#0x5555 C:0x21EC 74AA MOV A,#0xAA C:0x21EE F0 MOVX...
  • help
    Hi, When you call a function, May I know which registers, return address, arguments, etc are saved onto stack and in what order? Thank You