Configure Keil to compile production bin files

In the option setting panel of the project , select the user column option, and enter the following command in the run in after build / rebuild :  

          fromelf.exe --bin -o "%[email protected]" "#L"

 

 Recompile the project, and the corresponding bin file will be automatically generated after the compilation is completed.

Guess you like

Origin www.cnblogs.com/BlogsOfLei/p/12702941.html