• 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...
  • CRP code for LPC1114
    I required code for Code Read Protection for using with LPC1114fn28 chip so that i can protect my code.
  • linker error for lpc1114
    i get the linker error while programming for lpc 1114 in lpc11xx.s the startup file as follows. linking... .\startup_LPC11xx.s(31): error: L6226E: Missing base address for region Stack_Size. ....
  • problem regarding memory of lpc1114
    I AM USING LPC1114FDH28/102 WHEN MY CODE SIZE EXCEEDS 23KB IT ENTERS IN HARDFAULT. WHEN I REDUCE THE CODE SIZE TO LESS THAN 23KB PROGRAM WORKS FINE PLEASE SUGGEST THE SOLUTION.