• LPC2366 uart2 can't receive data
    hello,I use KEIL uvision and ulink2 to test the uart of lpc2366. And the Uart0 can transmit and receive data fine; when change the code to use uart2, the uart2 only can transmit data, but lpc2366 will...
  • LPC2366 uart2 can't receive data
    hello,I use KEIL uvision and ulink2 to test the uart of lpc2366. And the Uart0 can transmit and receive data fine; when change the code to use uart2, the uart2 only can transmit data, but lpc2366 will...
  • 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) ...
  • 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...