Meaning of outputs from the MC3377xB fault status block

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

Meaning of outputs from the MC3377xB fault status block

ソリューションへジャンプ
1,601件の閲覧回数
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,586件の閲覧回数
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,587件の閲覧回数
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,583件の閲覧回数
ranulf
Contributor IV

Thank you Marius!