• 8051 C complier
    Hello all, I have been programming the 8051 chip using assembly for small programs and applications such as A to D converter, alarm clock, etc. In which I have learned that it is a great pain to...
  • Complier V6 optimization problem
    Dear All, I have been using arm complier V5 for a couple of years and it works very good actually. I finished one complete project using V5 -O3 optimization level. However, I started new project and...
  • complier, failure, code , debugging
    The code is written well, but when I press build and enters the debug window, it misses some lines. I thought it might be the intending problem, but is the problem the Keil software. In debugger window...
  • reg project
    how to interface a reed switch with rf transmitter?? can anyone help me with this.
  • Using regs
    Hello, i did project with the device: cypress EZ-USB FX2LP and i am trying change register values. #include <fx2.h> #include <FX2REGS.h> #include <stdio.h> void main(void){ SCON0 = 0x52; TMOD...