My application is an autonomous electric vehicle with an embedded host processor. I need to read/write SBD commands directly to the chip (bq78PL116), no bqWizard, no API.
The SBData Command values listed in Chapter 5 of the tech reference (sluu481) do not cover all parameters that are available from the chip.
The PowerLan tech manual (slua591) provides two specific SMB commands for such accesses (commands 0x80 and 0x81). However these commands do not work (with access tries from the bqWizard utilities).
If I monitor the SMBus communications between bqWizard and the bq78PL116, I can see that the wizard is using block write and block read commands to communicate with the chip using SMB commands 0x3C to 0x3F which are dedicated to voltage cells reading.
So what is the trick to operate with SMB commands 0x80 and 0x81 ?
Note : I don't use PEC in SMBus messages
Thanks, Philippe