• Trying to generate nano seconds delay in LPC1768
    We are trying to develop the nano seconds delay but ended up with 1 us delay minimum. init_timer() { LPC_SC->PCONP |= (1<<SBIT_TIMER0) | (1<<SBIT_TIMER1); /* Power ON Timer0,1 */ LPC_TIM0->MCR...
  • 5 sec delay using timers
    hello, pleae help me i want 5 sec delay using timer concepts
  • SoC on DE10-Nano (CycloneVSE)
    Is there a way to get DS-5 (Community edition) to use the build tools on the target platform? The reason I ask is that I want to use Pth (threading library) - and while I can build it on the target...
  • lpc2124 ISP mode problem.
    Hi all. I am using lpc2124. No matter how much i tried, the chip just wouldn't execute my code. Then last night it came to light that the chip never leaves the ISP mode. I manually ground the pin 0...
  • 1 sec delay in C51 keil compiler
    hi there, i am novice in this field, any body have written 1 sec delay code in C, @ 12Mhz. waiting for your reply.