• 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...
  • delay of the order of micro second
    i am writing a code(in C language) in which i need a delay of the order of few micro seconds. and this delay is not constant, i.e., i am using a variable and i should get a delay of value equal to that...
  • Problem in Creating Nano Secs Delay using 1768 in ISP mode
    Hi, i am trying to create Nano secds delay, but i got delay in micro secds so, plz help me ... my timer configurations are...... void Timer_Init() { LPC_SC->PCONP = (1<<1); LPC_TIM0->TCR |...
  • Delay generation
    Hello, I would like to know how can i use delays in my program as there is no inbuilt delay for 89c2051. i want to know how can i decide delay timing when I am using 12 MHZ external crystal
  • 50nS delay generation on LPC2129
    Hi, How do i generate a delay of 50nS using C.is there any NOP instruction in ARM7.i dont want to use timer or interrupt.please help Regards, Divya