• Serial Port Initialization
    While initializing the serial port why needed to set the "TI" bit,in KEIL.If same thing i am doing through assemble without setting the bit "TI" it will work.What is the reason?
  • 8051 ADC initialization
    Hello everyone, Could someone tell me how to initialize an ADC(0808) with AT89c52. Is there any example code i can follow. I want to read the value from a potentiometer and display its equivalent...
  • Who initializes DATA variables?.
    Hi, Who initializes xxx variable?. static data UINT8 xxx=10; Is it STARTUP.A51?.
  • Functions initiated in RTL.h
    Hello, I am trying to read data from a UDP socket using the function udp_open & udp_get_buf using the header file RTL.h provided in the keil. Where do i find the definition of these functions ? I mean...
  • Initialization
    Hi, Last 10days, i face the initialization problem in the P87c51MC2 based board. Just written the program the switch ON and OFF two bits in Port1. Attached the schematic. The code is very...