Step 4: Set the debounce counter to eliminate false readings for 100 Hz sample rate with a requirement
of 100 ms timer.
Note: 100 ms/10 ms (steps) = 10 counts
My Questions:
1. DBCNTM bit configuration is not very understanding?Aimed at the two configurations
in the AN4070, you see if I understand correctly.
1) Motion Detection with ELE = 0, OAE = 1
if DBCNTM=0, Once EA = 1 ,motion event have happened,but the debounce counter doesn't work. the EA bit is cleared as soon as the motion high-g condition disappears.
if DBCNTM=1, Once EA = 1, motion event have happened,until the EA bit can get cleared only after the delay specified by FF_MT_COUNT
2)Motion Detection with ELE = 1, OAE = 1
Once the debounce counter reaches the threshold, the EA bit is set, and remains set until the FF_MT_SRC register is read.
Therefore, I think this plan "2)" is reasonable.
->When we set the acceleration range (2 g, 4 g, 8 g), how to and match them with the movement of the acceleration (8 g).
->Motion Detection and Transient Detection two methods, which a method to detect the car collision is better.