• 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.
  • Cannot write to I/O port of Cypress' EZ-USB FX2 cy7c68013.
    Hi everybody, I want to write to I/O port by vendor command. But it doennot work. The firmware is like this: case VR_WRITE_PORTA: //0xD5 while(EP0CS & bmEPBUSY); OEA = 0xff; SYNCDELAY; IOA...
  • Want to measure pulse width using STM32
    hi, i want to measure pulse width from 1hz using STM32. would it be possible to use PreScaler. so please provide me some example or link for measuring pulse. thanks in advance.
  • 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?