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.
34 lines
944 B
34 lines
944 B
|
|
md output
|
|
del output\app_whole.hex
|
|
del app\_build\app.hex
|
|
|
|
call scripter\keil_build.bat ^
|
|
app\app.uvprojx ^
|
|
app\_build\app.hex
|
|
|
|
if not exist app\_build\app.hex (
|
|
echo EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
|
|
echo E 긍陋 app\app.uvprojx 呵겨
|
|
echo EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
|
|
exit /b 1
|
|
)
|
|
|
|
call scripter\keil_flash.bat app\app.uvprojx
|
|
|
|
@REM 댔관
|
|
@REM mergehex -f hex --merge ^
|
|
@REM res/s140_nrf52_7.2.0_softdevice.hex ^
|
|
@REM app\_build\app.hex ^
|
|
@REM --output output/app_whole.hex
|
|
|
|
@REM if %errorlevel% neq 0 (
|
|
@REM echo EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
|
|
@REM echo E 댔관呵겨
|
|
@REM echo EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
|
|
@REM exit /b 1
|
|
@REM )
|
|
|
|
@REM �쩌
|
|
@REM nrfjprog --eraseall -f NRF52 %홍꼰뇜%
|
|
@REM nrfjprog --program output/dynamic_electrocardiograph_ble_server.hex --verify -f NRF52 %�쩌%
|