(请教)I2C部分的短脉冲输入滤波器怎么使

2020-02-20 20:09发布

如题:

在玩FRDM KE02 发现有这个“可编程短脉冲输入滤波器”。

孤陋寡闻+E文能力限制,没明白这个怎么用。

目前I2C正常使用,没见有什么影响。
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
11条回答
浪里白条
2020-02-21 08:06
FLT
I2C Programmable Filter Factor
Controls the width of the glitch, in terms of I2C module clock cycles, that the filter must absorb. For any
glitch whose size is less than or equal to this width setting, the filter does not allow the glitch to pass.
0h No filter/bypass
1-Fh Filter glitches up to width of n I2C module clock cycles, where n=1-15d

这个是抑制I2C总线上的抖动用的,至于是SCL还是SDA上的抖动手册上没有说。
以I2C模块的时钟为基准,设定一定的时钟周期,滤除掉总线上的抖动。

一周热门 更多>