• help!why not use Rx as loop counter?
    I have a problem. I write a function in another c source file not main file, in this function nothing do, and I declare the function as extern. In main function I invoke it 200 times. However...
  • problem with loop counter
    I have just switched to KEIL from SDCC (it just wouldn't do what I needed!). I have a startup loop that allows some sleep time while some outboard sensors warm up. While they are doing this, I'm in a...
  • For loop...help !
    The following is the code to turn motors in the forward direction (for a robot). The problem is that the motors dont pause for the delay1() which is a 1 sec delay. Instead it goes one turning without...
  • why this code going infinity loop
    why his code going infinity....... ///////////////////////////////////// // Generated Initialization File // ///////////////////////////////////// #include "C8051F120.h" #include<stdio.h> ...
  • 8051 simple counter - Help
    The weak sign from the sensor need to be amplified and counted by 8051 counter, then displayed on LED. How would I do this? I would appriciate it if someone can display the code in order for me to program...