You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
586 B

set Project_Name=CPS8860_Demo_Comm
.\AStyle.exe --style=ansi --recursive -S -s4 -p -f -U -n "..\*.c" "..\*.h"
D:\Keil_v5\ARM\ARMCC\bin\fromelf.exe .\Objects\%Project_Name%.axf --vhx --32x1 --output .\output\%Project_Name%_32xl.hex
D:\Keil_v5\ARM\ARMCC\bin\fromelf.exe .\Objects\%Project_Name%.axf --interleave=source --text -c --output=.\output\%Project_Name%.src_asm
copy .\objects\*.hex .\output
.\HexRelease.exe .\output\%Project_Name% 0 b
move /Y .\%Project_Name%_*.hex .\output
fromelf --text -a --select=*.* --output=.\output\structaddress.txt .\Objects\%Project_Name%.axf