We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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 |= 1 << 0; LPC_TIM0->PR = 3; LPC_TIM0->MR0 = 2; LPC_TIM0->MCR |= 1 << 0; LPC_TIM0->MCR |= 1 << 1; NVIC_EnableIRQ(TIMER0_IRQn); LPC_TIM0->TCR |= (1<<1); LPC_TIM0->TCR &= ~(1<<1); } </prev> Here i am not using PLL here...PCLK=12MHz.... suzzes me which values are Sutable for MR0 And PR0.....to create nano secands Delay...
Hi Per Westermark, Thanks for your Reply...i got Solution..