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.

BQ27Z558: Cannot unseal after seal

Part Number: BQ27Z558

Tool/software:

Hi,

I’m testing the seal/unseal commands on the BQ27Z558, but I’ve run into an issue. After sending the seal command (Manufacturing command 0x0030), I’m unable to unseal the device.

Here’s a simplified version of my golden image sequence:

;--------------------------------------------------------
; Unseal device
;--------------------------------------------------------
W: AA 00 14 04
W: AA 00 72 36
W: AA 00 FF FF
W: AA 00 FF FF
X: 1000

;--------------------------------------------------------
; Seal device
;--------------------------------------------------------
W: AA 00 30 00
X: 1000


I checked the Security Keys (0x0035) and confirmed they’re still set to the default values.

I also verified the OperationStatus (0x0054):

Before seal: Full Access

After seal: Sealed

After unseal sequence: Still Sealed (unseal didn’t work)

Am I missing something here?


Thanks