2023-11-28 07:35 PM - edited 2023-11-28 08:08 PM
There is any possibility to detect exact point on Rising to Falling or Falling to Rising place .
Because when i enabling Falling edge or Rising/Falling detection in cube ide and same time if i2c sensor activated then interrupt signal generated and Interrupt Call Back has been activated two times because LOW level interrupt time (t) .
Solved! Go to Solution.
2023-11-29 12:49 AM
Hello,
What's the edge generated by the sensor if it gets interrupt the MCU? So you can define which edge detection to configure from MCU side.
PS:
From STM32F103's DS :
The minimum pulse detected by an EXTI is 10ns:
2023-11-29 12:49 AM
Hello,
What's the edge generated by the sensor if it gets interrupt the MCU? So you can define which edge detection to configure from MCU side.
PS:
From STM32F103's DS :
The minimum pulse detected by an EXTI is 10ns:
2023-11-29 08:15 PM
hi. thanks for details : The minimum pulse detected by an EXTI is 10ns:
Sensor Interrupt is Open Drain and active LOW .
Interesting Finding : Actually sensor producing TWO consecutive interrupt incase slow measurement and single interrupt pulse incase of Fast Measurement .
The minimum pulse detected by an EXTI is 10ns: Is informative and Will be solution for Fast Pulse .