how to create a .nnc.bin file ?

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

how to create a .nnc.bin file ?

980 次查看
yyluk
Contributor I

how to create a .nnc.bin file ?

标签 (1)
0 项奖励
回复
2 回复数

897 次查看
soledad
NXP Employee
NXP Employee

Hi, 

When building a project, the MCUXpresso IDE tools create an ARM executable format (AXF) file – which is actually standard ELF/DWARF file. This file can be programmed directly down to your target using the MCUXpresso IDE debug functionality, but it may also be converted into a variety of formats suitable for use in other external tools.

For more information about Creating bin, hex or S-Record files or conversions within the IDE, please check chapter 19.10 of the MCUXpresso IDE User Guide.

https://www.nxp.com/docs/en/user-guide/MCUXpresso_IDE_User_Guide.pdf 

Have a great day,
Sol

 

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复

897 次查看
yyluk
Contributor I

I make a test firmware, and create a .bin file, and I'd like to make use of the CLRC663 Evaluation board's "Secondary Firmware options" feature, and load my test firmware into the on-board LPC1769 MCU's secondary firmware.
I suppose it will not erase the LPC1769 MCU's existing firmware, which works with NFC Cockpit PC program.
However, when I try to "Load Secondary Firmware", the Cockpit's user interface shows that it is looking for the firmware file end with .nnc.bin.
So, what can I do ?

0 项奖励
回复