Other Parts Discussed in Thread: BQSTUDIO, EV2400
I am using slua801 application note for writing configuration file bq27542G1.bq.fs to bq27z561. but i have seen that this application note given example for change configuration parameter based on offset but in bq27z561 TRM, they give address value 0x449F.
[ Q-1 ] how to write golden image file for this address based parameter ?
[ Q-2 ] what is use of below 2 function calls why its necessary ? is it necessary for bq27z561 configuration file upload ?
gauge_read_data_class (pHandle, DC_STATE, pData, DC_STATE_LENGTH);
gauge_write_data_class(pHandle, DC_STATE, pData, DC_STATE_LENGTH);
[ Q-3 ] to upload golden image file to bq27z561, is it necessary to use above 2 function?