how to design kw41z ble system with Lithium-ion battery?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

how to design kw41z ble system with Lithium-ion battery?

600件の閲覧回数
xieguangbao
Contributor I

hi all!

KW41Z supports operation with battery voltage from 2.1 V to 4.2 V in buck mode, but PSWITCH cannot be shorted to VBAT in Lithium-ion battery configurations,  so DCDC can't  automatic and continuous turn on, why is that? 

how to design it and have any reference design with lithium-ion battery?

thanks.

タグ(4)
0 件の賞賛
返信
1 返信

402件の閲覧回数
gerardo_rodriguez
NXP Employee
NXP Employee

Hi xie guangbao,

The reason you can't short PSWITCH to VBAT in Lithium-ion battery configurations is because PSWITCH is a digital pin and the MCU tolerance is 3.6V. Lithium-ion batteries can reach up to 4.2V and this voltage could damage the MCU. You have to make sure that PSWITCH voltage is less than 3.6V. 

UPDATE:

The max voltage of the DCDC IO pins (DCDC_CFG and PSWITCH) is VDCDC_IN (4.25V max in buck mode). From the datasheet:

pastedImage_5.png

The reason that PSWITCH is not recommended to be shorted to VDCDC_IN in Li-ion configurations is to avoid over discharge, as this my damage this kind of battery and reduce its life-time. When PSWITCH is tied high, the DCDC will always try to turn on, so when using Li-ion rechargeable battery, we recommend to use PSWITCH to turn on the DCDC. The software then can monitor the VDCDC_IN periodically and shut off the DCDC if the battery voltage becomes to low.

Regards,

Gerardo

0 件の賞賛
返信