Meaning of outputs from the MC3377xB fault status block

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Meaning of outputs from the MC3377xB fault status block

跳至解决方案
1,625 次查看
ranulf
Contributor IV

I have a prototype BMS set up similar to what Marius described at  https://community.nxp.com/t5/NXP-Model-Based-Design-Tools/BMS-amp-MBDT-MC33771B-MC33772B-TPL-communi...

 

20201114_133851 (2).jpg

The setup is working! I have started exploring the signals from the MC3377xB Get Fault Status block. The documentation contains the following.

FaultStatusBlock.png

Recently I got the values 16383 from array element 1, 512 from array element 8, and 2 from array element 9. The rest of the values were zero. How do I interpret these fault values?

Thanks!

 

0 项奖励
回复
1 解答
1,610 次查看
mariuslucianand
NXP Employee
NXP Employee

Hello @ranulf ,

First of all, your setup looks great!

As you already read on the help page, the Fault_Get_Status block returns an array of 11 registers values. So in order to understand the meaning of each bit from each value, you have to download the MC33771B Full Datasheet from this page https://www.nxp.com/products/power-management/battery-management/battery-cell-controllers/14-channel...

To access this document, an NDA is required, so this is one of the reasons why the help page does not explain the values of the registers.

mariuslucianand_0-1606163676935.png

Don't kill the messenger

Marius

 

 

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,611 次查看
mariuslucianand
NXP Employee
NXP Employee

Hello @ranulf ,

First of all, your setup looks great!

As you already read on the help page, the Fault_Get_Status block returns an array of 11 registers values. So in order to understand the meaning of each bit from each value, you have to download the MC33771B Full Datasheet from this page https://www.nxp.com/products/power-management/battery-management/battery-cell-controllers/14-channel...

To access this document, an NDA is required, so this is one of the reasons why the help page does not explain the values of the registers.

mariuslucianand_0-1606163676935.png

Don't kill the messenger

Marius

 

 

0 项奖励
回复
1,607 次查看
ranulf
Contributor IV

Thank you Marius!