MCU Xpresso IDE

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MCU Xpresso IDE

1,602 次查看
DHARSAN
Contributor III

what is axf and bin format of file in flash tool?

0 项奖励
回复
1 回复

1,579 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi DHARSAN,

axf is ARM executable format (AXF) file, which is actually standard ELF/DWARF file. Project *.axf file is automatically generated after a successful build. Take a look at your project folder if you need it.

bin file is binary format file. When we have a axf file generated, right click on the generated axf file in "project explore" window, "Binary files", "Create binary", *.bin file will be created.

ZhangJennie_0-1704639818720.png

We can use either axf or bin file for Flash programing.

 

Hope this helps,

Jun Zhang

 

0 项奖励
回复