• LPC1114 GPIO
    In LPC1114 if we configure P0_10,P0_11,P1_0,P1_1,P1_2,P1_3 these pins as GPIO , and toggle simulator wont show changes in status bit , same things happens if we check in actual hardware. Same snap of...
  • IAP failure on LPC1114/301
    Hello, My IAP functions update the flash, but toward the end of each programmed block there is always inconsistent data at the same offset from the beginning of the block (mostly): it differs from...
  • LPC1114 watchdog peculiarities
    Hello, I managed to figure out why my LPC1114 keeps on resetting when the watchdog is enabled: it seems that if one feeds the watchdog too often: for (;;) { feed_wdt() ; } the processor...
  • LPC1114 flash programming failure
    Hi to all, Keil MDK I use fails to download file to LPC1114/301 flash memory (Flash-Download menu). The flash verification points to mismatch in 4 constant flash addresses: "Contents missmatch at...
  • Uart lpc1114 help
    Hello! I have created a GUI that can send data to any available serial port that it detects. Currently my GUI detects my lpc1114 however I do not fully understand what format I have to send data...