• Regarding reception of a frame using asynchronous serial interface
    Hello, I am using STMicroelectronics, ST10F269 evaluation board that works on Keil environment. I am trying establish communication between the board and the PC through RS232 serial interface. I am...
  • Regarding serial interrupt in LPC2378....
    Dear all my code is written for serial transmission and reception on interrupt at 9600 baud rate its working fine but my problem is in continous loop I kept U0IER =0x06; for both transmission and reception...
  • regarding serial bootloader
    hello, i am new to (ARM7) LPC2148 micro-controller, i need some help. can i directly program LPC 2148, i mean with factory default setting. or required some serial boot-loader, if yes then any...
  • printf on 2nd serial interface?
    Hi, I am looking for examples in programming the 2nd serial interface.I get data on ser0 and have to send it to ser1. Who can help me???
  • Serial Interface & Terminal Program
    Hello, I'm using a C167 Bord with uVision2. My program sets the configurations for the serial port,sends some data via the port and it works in the Serial Window #1 (I see the data which I had sent)...