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.

Compiler/BQ27Z561: how to copy golden image file into other BQ27Z561 gauge ic of production ?

Part Number: BQ27Z561
Other Parts Discussed in Thread: BQSTUDIO, , EV2400

Tool/software: TI C/C++ Compiler

After performing successful learning cycle using 2400 and bqstudio.

1] which type i need to select export GOLDEN IMAGE file for bq27z561 ic ?

2] in production which communication i need to use  to write this golden image file in other bq27z561 ics ?

3] Is there any reference code is there for flash based gauge ic bq27z561 for write golden image file for production?

  • Hello Mangal,

    There are multiple files you can use to program the gauge depending on your needs, the differences are explained in other posts on this forum.

    You can use your own MCU and programming system using the flash stream or EV2400 and bqStudio.

    You can reference our gauge communication app note: www.ti.com/.../slua801.pdf

    Sincerely,

    Wyatt Keller

  • My ic is bq27z561 is flash based gauge and in this document given code put my ic in in recoverable state.

    so what changes in this code i need to do load golden image file into bq27z561 ic ? please specify which type file i need to choose ? 

  • In above mentioned document at section 4 they told that

    " TI provides production tools (bqStudio and SmartFlash) to program flash or OTP memory during production. After the gauge configuration is completed during development using bqStudio and a gaugeEVM , bqStudio generates a Golden Image with the gauge configuration.TI production tools use this Golden Image file to program flash or OTP memory."

    what steps i need to follow  of bqstudio to program golden image file into  flash memory?

  • Hello Mangal,

    That section is regarding OTP (One Time Programming) gauges, the bq27z561 is a flash based gauge, meaning it can be programmed many times.

    The bq.fs file and .srec files will contain the Instruction Flash (IF) and Data Flash (DF) so they are usually recommended. IF is the firmware.

    I can't specify for you, it depends on your capabilities and system. If all your gauges are already on the firmware you want, then the df.fs file might be faster for production. 

    Sincerely,

    Wyatt Keller 

  • Thank you for giving  clarity regarding my questions