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.

BQ34Z100量产文件选择



The .srec file contains the full flash memory. The .bq.fs contains the program memory portion for the flash
memory and the .df.fs contains the data flash portion of the flash memory (see Figure 7).

这是904文件上说的,在导出文件学习文件的时候有三种:

.srec 包含整个FLASH

.bq.fs为编程部分

.df.fs为数据部分

问题:

1   后面两个里面的内容什么区别呢?

2   可否理解为.srec=.bq.fs+.df.fs?

3   量产的时候在学习好的芯片导出这三个文件,然后通过EV2300烧写新的芯片,那是选择.srec还是.bq.fs,还是两个都可以?