Tool/software: TI C/C++ Compiler
Hello,
I want to unseal the BQ78350-R1 manually with visual Studio.
1、I send cmd 0x0030 to manufactured 0x00 to seal the bq78350-R1
2、According to the BQ78350-R1 TRM chapter 11.5.2 SEALED to UNSEALED on Page74:
Unsealing is a two-step command performed by writing the first word of the unseal key to ManufacturerAccess() (MAC), followed by the second word of the unseal key to ManufacturerAccess().
I send the 0x0414 to ManufactureAccess(0x00),then send 0x3672 to ManufactureAccess(0x00),
I try to change the data sequence
change the sequence by 36 72 04 14
change the sequence by 72 36 14 04
None of the above is correct.
How the Unseal the BQ78350-R1