/mdk_make

Command Line Build MDK-ARM projects.

Primary LanguagePython

OS: Windows7+

Python Requirements: terminal_layout intelhex

MDK: UV4.exe add to PATH.

❯ mdk_make.exe
选择:Project.uvprojx
工程选择:NUCLEO-H563ZI_AES_GCM_AEAD_EncryptDecrypt
*** Using Compiler 'V6.20.1', folder: 'C:\Keil_v5\ARM\ARMCC6.20.1\Bin'
*** Note: Rebuilding project, since 'Options->Output->Create Batch File' is selected.
Rebuild target 'NUCLEO-H563ZI_AES_GCM_AEAD_EncryptDecrypt'
compiling stm32h5xx_it.c...
compiling stm32h5xx_hal_msp.c...
compiling cmox_low_level.c...
compiling main.c...
assembling startup_stm32h563xx.s...
compiling stm32h5xx_hal.c...
compiling stm32h5xx_hal_cortex.c...
compiling stm32h5xx_hal_gpio.c...
compiling stm32h5xx_hal_pwr.c...
compiling stm32h5xx_hal_pwr_ex.c...
compiling stm32h5xx_hal_rcc.c...
compiling stm32h5xx_hal_rcc_ex.c...
compiling stm32h5xx_hal_exti.c...
compiling stm32h5xx_hal_icache.c...
compiling stm32h5xx_nucleo.c...
compiling system_stm32h5xx.c...
linking...
Program Size: Code=13852 RO-data=2872 RW-data=12 ZI-data=5660
FromELF: creating hex file...
"NUCLEO-H563ZI\Exe\$PROJ_FNAME$.axf" - 0 Error(s), 0 Warning(s).
Build Time Elapsed:  00:00:07