• How to set Uart2 ?
    Please tell me how to use Uart2 to exchange data? I Use C51 development and ST uPSD3234A chip.
  • How can I exchange two bits?
    The following does not work (ACC is always 0, despite out[0] is 255): ACC0 = out[0] & 1 == 1 ? 1 : 0; ACC1 = out[0] & 2 == 2 ? 1 : 0; out[0] &= 0xFC; send_string(" acc1"); send_byte(ACC); if ...
  • LPC17xx UART2 & UART3 Setting
    this is refer to discuss no 17250 I just want to share how to set the UART2 & UART3 register, after reading further the datasheet, the UART2 & UART3 can you enable with set the Power Connection...
  • Link Exchange Singapore
    www.linkexchangesingapore.com Free Link Exchange Directory. Easily exchange links without sending any link exchange request emails. An Automated link exchange service with multiple websites.
  • Wrong data on UART2
    Hi, I have an STTM32F103C8 MCU ("Blue pill") board. What I write to UART1 goes well to he PC. But if I try send data over UART2 only some of the sent characers appear on the PC. You can see he...