3 KEIL¶
3.1 Modify configuration file¶
scons –target=mdk5 command, will be based onsdk\tools\build\template\template.uvprojxUnder the project, generate the currentproject.
uvprojxengineering, After opening and modifying template.uvprojx in Keil, save and exit. The next time you run the scons –target=mdk5 command, it will follow the modifications made to the template.uvprojx project by default.
Proper use can reduce repetitive work and improve efficiency.
Recommended modification 1:
Recommended modification 2:
Custom pre-build and post-build batch processing operations commonly include
Copying of lcpu_img.c in the prebuil.bat batch process,
Disassembling the axf file into an asm assembly file,