• rpm selection
    i m using a stepper motor of 1.8 degree step angle i want to write a program which will control the speed of stepper motor i.e. on lcd ther is a rpm selection from 100 to 200 and according to that i...
  • Pulse width measurement
    I downloaded the demo program from the website to measure the pulsewidth using TIMER0. ET0 =1; EA =1; TMOD = (TMOD&0xF)| 0x09; //Set GATE0 bit while(1) { T0_ISR_count=0; TH0=0; TL=0; TR0=1; //start...
  • measuring pulse width
    how do i measure a pulse width using the pca in high-speed output mode? not quite sure what registers i need to read when the interrupt is triggered. i am using a 8051f023 chip.
  • How To measure PWM signal pulse width on NXP 1343 Cortex M3 ?
    Hello Friends, I have to measure PWM signal pulse width (pulse repetition frequency is 50Hz) on NXP LPC1343 . How can i measure the pulse width? and i have 4 PWM signals whose widths must me measured...
  • Pulse width measurement without input capture
    Can we do Pulse width measurement without input capture method? Is any any method? How accurate this method will be?