This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Random character transmission at Power-on.

Hi,

I'm using an 89C51RD2 chip and an Texas Instruments TL16C754B Quad UART chip for serial communication.

At power-on, a random character gets transmitted on all 4 channels of the UART.

Can someone please tell me why this may be happening and how to prevent it?

Thanks and warm regards,
Sundeep


Parents
  • aka initialization error.
    i guess you are either
    Unintentionally clocking the UART because of bad initialize.
    Not initializing the UART.
    Not holding the UART in reset as required.
    or
    pointing to "empty space" because pointer not initialized


    Erik

Reply
  • aka initialization error.
    i guess you are either
    Unintentionally clocking the UART because of bad initialize.
    Not initializing the UART.
    Not holding the UART in reset as required.
    or
    pointing to "empty space" because pointer not initialized


    Erik

Children