This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Creating binary for ST Micro STEVAL-3204

Hello.  ST Micro provides a project for a BLDC.  They provide a readme with an outline of the process, and simply say to copy over the final binary file to the 3204 without any information on how to make it. I can create the HEX file with uVision 5 and convert this to a BIN using srec_cat. However, the size of the resulting file is over 128k, while the available space on the STEVAL-3204 is only about 42k.  

Is there a way to create a much smaller object file, one that I would think has everything not needed stripped out (such as debug code)?

Thank you.