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.

Generating a HEX or Binary file with IAR

Other Parts Discussed in Thread: Z-STACK

Hi

I have a file that I created and downloaded with IAR tool using EZ430 , now I have to generate a HEX file or Binary from it , could some one tell how to do it ?

Thanks

 

  • This AppNote from Z-Stack, can help you. "Over Air Download for MSP430.pdf"

    But in general you nedd to go in (Project->Options->Linker->Output) and configure it like the picture.

    or in (Project->Options->Linker->ExtraOutput) and configure like it.

    The important is to change to intel-extended. If you want to Debug and generate the hex, use the seccond example (Extra Output) and keep the original configs form the Output

    For binary (.bin) you need to change the Output Format to simple code.

**Attention** This is a public forum