Other Parts Discussed in Thread: BQSTUDIO,
Hi,
I am trying to gain a better understand of the way the Data Flash memory is addressed with the goal of determining where the data for each device parameter is being stored in the raw hex file. To do this, using the BQstudio software, I dumped the golden image my company has been using. I then modified a data flash value, in this case “FD set voltage threshold”. The original value was 2750 and the modified to 380. I then re-dumped the hex file and compared the two hex files. The difference is highlighted in the image below.
The left column is the original hex configuration and the right column is the modified configuration. I know that the data was modified correctly as 0ABE is equal to 2750 in decimal and 017C is equal to 380 in decimal. My question is why does the address listed in the hex file not correspond with the address of the parameter listed in the datasheet? The datasheet lists the location of this parameter as 0x4811, however in the hex file the address is listed as 08F0 (48F0 with the starting address offset if 0x4000), which is 229 addresses greater than the address listed on the datasheet.
Could someone tell me why there is this discrepancy between the hex file address value and the datasheet address value? Thanks!