• LPC1768 ADC not functioning
    I am using LPC1768 for my project. I used the following code to test the micro-controller's ADC on a training board. The code reads the channel 5 of the ADC and puts its value on DAC(polling strategy...
  • LPC1768
    hello i have found following code to make a delay in my micro but i can not understand some of the sentences i am not professional does any one friend help me? what is the meaning of {unit32_t}...
  • LPC1768 copy function code for flash to RAM
    I use the LPC1768 board and I want to copy a function from flash to RAM in runtime. I use the following code void f() { int x=0; printf("%d\n",x); } void g() { int x=5; printf("Hello: g"); printf...
  • Character lcd display function for lpc1768 in keil5.1
    hi folks i need a complete initialing library of character lcd in lpc1768 with keil5.1 some libraries dosent work very good or are unstable WBR
  • LPC1768 hard fault when using a function pointer
    Hello, I am working with a LPC1768. I don't have a lot of experience with it yet, so I am stuck doing something that seems very simple - but I cannot find the reason in the manual. I am calling...