Hi, I'm working with NXP LPC4367 in IAR Embedded Workbench. The firmware output file is in Intel-hex format with size 1MB.
I want to do IAP (In-app programming) to update code to Flash Bank A and this bank only has 512KB. Is there a way to generate hex firmware format instead of Intel-hex? Thanks for the help.
解決済! 解決策の投稿を見る。
Hi HIEP HUYNH ,
You can learn the way of selecting output executable file by referring to the following figure.
Have a great day,
TIC
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi HIEP HUYNH ,
You can learn the way of selecting output executable file by referring to the following figure.
Have a great day,
TIC
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Output converter "binary" is the correct solution I was looking for. Thanks.