I exported "Flashstream" files from Battery Management Studio (bqStudio) and got bq.fs / df.fs/ gm.fs files
What is this TI BMS Flashstream format?
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.
The TI BMS Flashstream file format contains instructions for operations required to update a device’s flash memory. These instructions include communication protocol, specific operation type and communication data.
The communication protocol may be implied by the device which was used to create the Flashstream file. Each line of the file represents one command and potentially XX bytes of data. No line will contain more than 96 data bytes.
The primary types of Flashstream files are
I2C / HDQ Flashstream files – What do the lines in a bq.fs / df.fs file mean for my I2C device or HDQ device?
SMBus Flashstream files – What do the lines in a bq.fs file mean for my SMBus device?
Click on the links above for details of each flashstream file type