Hi Team,
When the BQ76952 happens secondary protection using the FUSE function, can some secondary protections be designated to use the FUSE function, but some secondary protections will not? And how to do it?
Best,
Stanley
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.
Hi Team,
When the BQ76952 happens secondary protection using the FUSE function, can some secondary protections be designated to use the FUSE function, but some secondary protections will not? And how to do it?
Best,
Stanley
Hi Stanley,
There is no native setting in the device that can do this. However, if you are working with microcontroller, one solution you can try is to have the microcontroller determine what the device does based on the PFStatus. First you would need to ensure in Data Memory:Protections:Protection Configuration that the PF_FUSE and PF_FETs bit are set to zero. This means that whenever a PF occurs the only thing in the device that will change is the Status. This can then be accessed by sending the command PFStatusA, PFStatusB, or PFStatusC to the device. There are subcommands you can use to toggle the fuse pin or turn off the charge or discharge FETs.
Hope this helped.
Best,
Andrew