• Pulse measurement codes
    Sir I m studying in M.Sc. Electronics & for my project i want assembly or keil codes for pulse measurement for MCS51. Thanking You
  • 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.
  • 89V51RD2
    Which header file we use for 89V51RD2. I use 89C51RD2 header but it not work properly. Please reply me.
  • measuring time between two pulses
    Hi all, first time posting here. Ive got a most simple goal, measure the time between a bit going low and a second bit going low. I can only use P1, so Im assuming loop while p1.0 = 1 p1...