• LPC11C14 problem with UART
    I am not able to get any data from LPC11C14 uart port. I am using ISP UART programmer with Flash Magic, so I guess board should be fine. Unless there is something that needs to be grounded while using...
  • I2C on LPC11C14
    Hi all, I have a MCB11C14 from Keil (MCB1000, Cortex M0) and I try to use I2C peripheral. As there is no CMSIS driver for such board, I was looking for an official library, but nothing seems to exist...
  • LPC11C14 clock frequency problem
    I am using LPC11C14 board with 12Mhz crystal. Most of ASM instructions are 1 cycle, with entering C function takes 3 cycles and exiting takes 3 cycles. __asm void test () { //3 cycles MOVS R1, #1...
  • LPC11C14 and uVision debug windows
    Hello all, I'm using the LPC11C14 with uVision v4.10. I've noticed that only peripheral debug windows that have been implemented are the Core Peripherals, probably due to the chip being quite new...
  • Master(LPC11c14) board programs Target board (LPC11c14) via CAN bootloader
    Hi, I am struck at program a target(LPC11C14) board from a Master board(LPC11C14) via CAN. I am able to invoke bootloader via IAP and then able to read Device ID over CAN. Please explain in detail to...