• Level triggered vs edge triggered
    I am triyng to make an interrupt routine to control the entrance and exit of a client from a taxi car.The problem is that I dont know exacly what I should choose: Level triggered or edge triggered. ...
  • Timer2 in Capture Mode
    I tried to use Timer2 in Capture Mode, I have to measure frequency from 8 to 10 KHz. I used the following code but no way to work. To set Timer2 T2CON=9; T2MOD=0; TL2=0; TH2=0; RCAP2L=0; RCAP2H...
  • Problems with Timer 2 capture mode
    I'm using philips 89c51RC+ MCU. And set timer 2 in capture mode. But I didn't get capture TL2 and TH2 values into RCAP2L/H registers. I'm using following code to initialize Timer2 and reading registers...
  • Why does the falling edge external interrupt always triggering?
    Hi everyone, i have met another problem that i am unable to solve for several days. The Falling Edge External Interrupt that i have set INT0 of the DS89C450 MCU is always triggering even when i do not...
  • Streamline performance analysis using local capture mode
    The Streamline daemon, gatord , has two modes of operation, daemon mode and local capture mode. It’s normally used in daemon mode to capture and send data over a network or USB connection from the target...