Hello all
I am using Keil uvision 4 for Stm32F2 series. I want to create .bin file from my project. I am using this command C:\Keil\ARM\BIN31\fromelf.exe --bin "#L.axf" -o "$P\output.bin" under Target Options->User->Run User Programs Before Build/rebuild ->Run#1
But still i cannot find any .bin file genearted .
Any help on this issue is appreciated
thanks
Hi, my command line is:
fromelf.exe --bin -o "$L@L.bin" "#L"
and runs fine for several projects. Is there any error message in the output window? Best regards, SH