• 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
  • 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
  • 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...
  • 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...
  • 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...