• 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}...
  • 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 CODING BASED ON CMSIS
    Guys, Can anyone help me to find good tutorial for coding LPC1768 using CMSIS in keil. Any good tutorial links or e book or sample code anything is acceptable.
  • Assembly codes for LPC1768
    Hi, I am executing the below code AREA asse1, CODE, READONLY export start1 start1 mov r0,#10; mov r1,#00; loop add r1,r0 ;r1=r1+r0 subs r0,#1 ; dec ro bne loop stop b stop end I have added...
  • NXP LPC1768 coding
    can someone help me on how to create simple assembly language coding that can turn on LED at NXP LPC1768 board when push button is pressed...please i have try many time but failed...thankyou