• 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...
  • Pulse width + counting
    While trying to understand some device connection protocol I'v faced a problem: at first simply I need to continosle monitor what happens on CLK pin of device. In sample: ET0 = 1; EA = 1; TMOD...
  • 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.
  • 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.
  • 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...