I want to write Golden Image files( *.gm.fs) into BQ27421 ROM.
Based on slua801("Gauge Communication") and slua595( "Going to Production With the bq274xx Family of Gas Gauges") document, whether I use gauge_execute_fs(), it can achieve the goal.
If not, whether I need to do Figure 6("Production Flow") and Figure 7("DFI Write Flow").
If I need to do Figure 6 and 7, I have some questions.
1. What does "Load Golden DFI file to test system" mean ? Does it mean to use gauge_execute_fs() ?
2. How can I do "Read the Flash image into a byte array such as yDataFlashImage[0~0x3FF]" and "Read 96 bytes form data register address 0x04 to 0x63"?
gauge_read() only support to read 32 bytes,and it does not read 400 bytes Flash image.
3. How do I verify that writing DFI is successful?