Mercurial > public > ostc4
comparison BootLoader/Src/base_bootlader.c @ 252:1b9be6040d82 V1.4.7 release
Minor: Typo fixed in bootloader screen
add update files for testing purposes
author | heinrichsweikamp |
---|---|
date | Sat, 13 Apr 2019 14:36:33 +0200 |
parents | 7801c5d8a562 |
children | 4e10a3e087a1 |
comparison
equal
deleted
inserted
replaced
251:90cbeee0e1d4 | 252:1b9be6040d82 |
---|---|
553 HAL_Delay(1000); | 553 HAL_Delay(1000); |
554 } | 554 } |
555 } | 555 } |
556 if(status == HAL_OK) | 556 if(status == HAL_OK) |
557 { | 557 { |
558 tInfo_write("programm flash"); | 558 tInfo_write("program flash"); |
559 status = firmware_programFlashMemory(pBuffer,firmware_load_result); | 559 status = firmware_programFlashMemory(pBuffer,firmware_load_result); |
560 if(status != HAL_OK) | 560 if(status != HAL_OK) |
561 { | 561 { |
562 tInfo_newpage("error. try again."); | 562 tInfo_newpage("error. try again."); |
563 status = firmware_programFlashMemory(pBuffer,firmware_load_result); | 563 status = firmware_programFlashMemory(pBuffer,firmware_load_result); |
626 HAL_Delay(1000); | 626 HAL_Delay(1000); |
627 } | 627 } |
628 } | 628 } |
629 if(status == HAL_OK) | 629 if(status == HAL_OK) |
630 { | 630 { |
631 tInfo_write("programm flash"); | 631 tInfo_write("program flash"); |
632 status = firmware2_variable_upperpart_programFlashMemory(firmware_load_result,pOffset,pBuffer,firmware_load_result,0); | 632 status = firmware2_variable_upperpart_programFlashMemory(firmware_load_result,pOffset,pBuffer,firmware_load_result,0); |
633 if(status != HAL_OK) | 633 if(status != HAL_OK) |
634 { | 634 { |
635 tInfo_newpage("error. try again."); | 635 tInfo_newpage("error. try again."); |
636 status = firmware2_variable_upperpart_programFlashMemory(firmware_load_result,pOffset,pBuffer,firmware_load_result,0); | 636 status = firmware2_variable_upperpart_programFlashMemory(firmware_load_result,pOffset,pBuffer,firmware_load_result,0); |