• regarding adc code for lpc1768
    hello, what is the sampling rate of a lpc1768 mcu board? how to v get to know the value of adc at time t1, t2, etc... what is the code used for getting the output on hyperterminal this way.... ad0...
  • regarding adc code for lpc1768
    hello, what is the sampling rate of a lpc1768 mcu board? how to v get to know the value of adc at time t1, t2, etc... what is the code used for getting the output on hyperterminal this way.... ad0...
  • 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...
  • 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...
  • LPC1768 coding
    Hi friends.I am new to ARM programming.I am working on NXP LPC1768 processor. There are 8 LED's interfaced to the processor as follows. LED0-P2.0 LED1-P2.1 LED2-P2.2 LED3-P2.3 LED4-P2.4 LED5-P2...