各位,BQ27542的中断模式我看可以用到SE和HDQ,这2则有什么区别吗?
线路的话,是否直接外面拉出来个端口就好??
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
各位,BQ27542的中断模式我看可以用到SE和HDQ,这2则有什么区别吗?
线路的话,是否直接外面拉出来个端口就好??
如果是I2C通讯, 建议用SE做中断。
[SE_PU]用来配置是否内部上拉,
[INTPOL] 用来配置中断发生时候的状态。
外部电路设计需要,根据你所需要的中断信号,高有效还是的有效来进行,
例如高有效中断
[SE_PU] = 1. [INTPOL] =1, 就是高有效
如果低有效,加外部上拉,
[SE_PU] = 0. [INTPOL] =0, 无中断的时候高阻,外部上拉拉高。 有中断触发,拉低,
见table5-3