• Problem in Code, need Help
    i want help regarding this code, the do-while loop inside "in Bold" is completely ignored, i inserted dummy subroutines inside to see where the execution was going but all i could see was the parent...
  • Strangest problem.....HELP!!!!!
    I am using a uVision 3 to write a firmware program for a TI chipcon CC1110 chip. Lately I am having VERY strange troubles with the compiler... I write a code. And it works great. Then I add a line...
  • printf problem plz help
    i m using c51 microvision4....i have a simple program using logical bitwise operator .here is d part of d code... #include <stdio.h> void Display_Byte(const unsigned char); int main() { unsigned...
  • plz help with problem
    HI. I found this code on my interenet computer. it does not work. plz help? < pre> #include <reg51.h> sbit pin = P1^0; main() { P1 = 0x00; TMOD = 0x09; loop:TL0 = 0xAF; TH0 = 0x3C; pin = 1;...
  • xdata problem -help please
    Im trying to get my 87C51 to read and write data to a peripheral (D71055). I'm using uVision3 and everything works fine with the debugger- I can see the data at the memory locations (0xF801) changing...