Topic: how to generate *.bin
i try to use the Ride7 for STM3210C on windows XP
the demo code(STM32F107_ETH_LwIP_V1.0.0) default only generate *.hex file
Bruno sad:
>Q : How can I create a .bin or .hex file?
>A : Go to 'Options | Project | RL(ST6 | XA | 51) | Linker'. Check the boxes 'Generate a Hex file' >and/or 'Generate a Binary file'. Then, every time you make the project, a new *.aof, *.bin and/or *.hex will >be generated. The *.bin and/or *.hex file will be located in the same directory as the *.aof file.
but i can't find the 'Options | Project | RL(ST6 | XA | 51) | Linker' for my project.
so if i want to generate *.bin how do i do? thanks.