2018-11-27 12:24 AM
On page 47 (DocID025715 Rev 3) we're trying to figure out how the OUT_SEL bites are supposed to be set if we wan't the LPF2 enabled. We're reading it continuously, no interrupts. HPF is not used, yet. A clarification would be great of how the chart is meant to be read.
This is how we interpret it now:
0b00, LPF2 Off, HPF off.
0b01, HPF on and LPF2 off? (What happens when HPF is off?)
0b10, HPF off LPF2 on? This is what we seem to get some results with.
0b11, HPF on and LPF2 on?
Solved! Go to Solution.
2018-11-27 06:36 AM
The settings doesn't mean if the filter is on or off, but it defines the signal path.
0b00: LPF1 -> Data registers / FIFO
0b01: LPF1 -> HPF -> Data registers / FIFO
0b10, 0b11: LPF1 -> HPF (if HP_EN = 1)/Direct (if (HP_EN = 0) -> LPF2 -> Data registers / FIFO
2018-11-27 06:36 AM
The settings doesn't mean if the filter is on or off, but it defines the signal path.
0b00: LPF1 -> Data registers / FIFO
0b01: LPF1 -> HPF -> Data registers / FIFO
0b10, 0b11: LPF1 -> HPF (if HP_EN = 1)/Direct (if (HP_EN = 0) -> LPF2 -> Data registers / FIFO