Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed interfered text lines with pictures.
  • Loading branch information
omarKmekkawy authored Mar 18, 2022
1 parent d7c22e5 commit 014da65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Security/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Sniffing the SMBus when Reading the **OperationStatus(0x54)** register:
refer to the [Calculating The CRC](../README.md#calculating-the-crc) section for more details.

The register mapping:

<img src="./Pictures/OperationStatus_Sealed.png" width="500" height="100">

The bits status **Red = 1**, **Green = 0**
Expand Down Expand Up @@ -54,6 +55,7 @@ Then, the Word2 is sent after Word1 (0x3672)
Once we send the command, We notice that the SS bit **SS=0** which means that the BMS is unsealed **(Fortunately the manufacturer used the default sealing keys from TI)**

Now, we send the full access command according to (page 20).

<img src="./Pictures/FullAcess_Command.png" width="518" height="230">

The Word1 is sent first (0xffff)
Expand All @@ -74,4 +76,4 @@ Once we send the command, We notice that the FAS bit **FAS=0** which means that
# Useful Resources
* [Quick-Start Guide for bq20zxx Family Gas Gauges](https://www.ti.com/lit/an/slua421a/slua421a.pdf). This file contains all the procedures for sealing and unsealing the BMS.
* [bq20z70-V160 + bq29330, bq20z75 TRM](https://www.ti.com/lit/pdf/sluu310).
* [bq20z70-V160 + bq29330, bq20z75 Technical Reference Manual](https://www.ti.com/lit/er/sluu265a/sluu265a.pdf).
* [bq20z70-V160 + bq29330, bq20z75 Technical Reference Manual](https://www.ti.com/lit/er/sluu265a/sluu265a.pdf).

0 comments on commit 014da65

Please sign in to comment.