• calculate the time between 2 rising edge
    hi can anyone help me i need to calculate the time between 2 rising edge of square wave signal the first signal is relayed with pc10 the second with pc11 that is the schematic : s14.postimg...
  • Difference between two pointers
    I'm using the ARM Realview compiler with a Cortex-M3 device. I would like to caclculate the difference/distance between two pointers: char* IndexStart, IndexStop; // Search for the beginning of...
  • how to count rising edges of a pulse in ADUC842
    Hello, I am using ADUC842. Continuous pulse is being fed at port P2.6 I need to calculate rising edges of the pulse for 10ms time interval.. how should i proceed? pls help. Regards...
  • difference between the two?
    What is the difference between the following two variable declaration? unsigned char var; and unsigned char data var;
  • Cannot detect rising edge
    Hello, The code below uses the capture compare feature of TIM1 channel 2 (channel 3 is configured but not used for now) to capture both falling and rising edges on PE11 (channel 2) and PE13 (channel3...