Hello, I'm using IAR for ARM 7.1.
I made my own project and I want to make my project as a hex file to
program my application to several boards.
/***************************************************************************************/
For example : I made my project XXX with IAR.
==> I want to change my project XXX to a hex file (XXX.hex).
==> Then I want to use XXX.hex with the nRFgo Studio
to download my project on several boards.
/***************************************************************************************/
I googled some parts.
So I tried to do it like this picture, but there weren't such option like this.
So my question is, could I make my IAR project to a hex file?
Also what settings should be needed?
-Regards, Mango922