• 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...
  • How can I set Uart2 to exchange data?
    void initialize_system (void) { // Initialize the serial port (9600, 8, N, 1) PCON &= 0xBF; // Clear bit 7 of the PCON register (SMOD1 = 0) SCON2 = 0x50; // 0101,0000 (Mode 1 and RxD enable) ...
  • UART2 interrupt
    Hi All! Does anybody know if it is possible to make os_evt_clr in UART2 interrupt subroutine? If Yes, how often? - CPU - STR912FW44. - Keil compiler - MDK320. - UART2 - 9600bps, no FIFO, 8bit...
  • 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...
  • problem with monitor configuration for uart2
    hello .. my micro for an specific application has two uarts on chip. how do you configure the monitor-51 for the second uart2,which has different address mapping in sfr registers and also my micro works...