• Switching UART IRQ handler for bootloading
    My task is to update a targets (LPC1343) firmware using IAP. The only data connection available is a unidirectional (master -> target) serial line operating at 115,200 bit/sec. The application on the...
  • Switching UART IRQ handler for bootloading
    My task is to update a targets (LPC1343) firmware using IAP. The only data connection available is a unidirectional (master -> target) serial line operating at 115,200 bit/sec. The application on the...
  • How to switch b/w UARTS in C8051F120
    Hi frnds, I am using C8051F120, where I want to switch between 2 UARTS, Plz let me know how can we program to switch over two UARTS when it is needed? can we use common Timer1 as for Baudrate genration...
  • How to switch b/w UARTS in C8051F120
    Hi frnds, I am using C8051F120, where I want to switch between 2 UARTS, Plz let me know how can we program to switch over two UARTS when it is needed? can we use common Timer1 as for Baudrate genration...
  • uart+lcd
    hello dear all, I have a problem in showing hex packet on LCD.I send a hex file by UART and i want to show it on LCD. but LCD show different number. like : i send 02 but it show 202. I taught maybe...