diff --git a/boot_project/hongri_boot.uvprojx b/boot_project/hongri_boot.uvprojx index 93e72cc..dc67a95 100644 Binary files a/boot_project/hongri_boot.uvprojx and b/boot_project/hongri_boot.uvprojx differ diff --git a/boot_source/code_app/app_boot/inc/app_can.h b/boot_source/code_app/app_boot/inc/app_can.h index c0b0115..9f06257 100644 Binary files a/boot_source/code_app/app_boot/inc/app_can.h and b/boot_source/code_app/app_boot/inc/app_can.h differ diff --git a/boot_source/code_app/app_boot/src/app_can.c b/boot_source/code_app/app_boot/src/app_can.c index 43e7dd3..14c1337 100644 Binary files a/boot_source/code_app/app_boot/src/app_can.c and b/boot_source/code_app/app_boot/src/app_can.c differ diff --git a/boot_source/code_app/driver/inc/dev_config_all.h b/boot_source/code_app/driver/inc/dev_config_all.h index a90cc62..af70f74 100644 Binary files a/boot_source/code_app/driver/inc/dev_config_all.h and b/boot_source/code_app/driver/inc/dev_config_all.h differ diff --git a/boot_source/code_app/driver/inc/dev_eerom.h b/boot_source/code_app/driver/inc/dev_eerom.h index a39bf6b..126da6e 100644 Binary files a/boot_source/code_app/driver/inc/dev_eerom.h and b/boot_source/code_app/driver/inc/dev_eerom.h differ diff --git a/boot_source/code_app/driver/inc/dev_log_usart.h b/boot_source/code_app/driver/inc/dev_log_usart.h new file mode 100644 index 0000000..0f2bf7d Binary files /dev/null and b/boot_source/code_app/driver/inc/dev_log_usart.h differ diff --git a/boot_source/code_app/driver/inc/dev_sys.h b/boot_source/code_app/driver/inc/dev_sys.h index ee38936..8cd3c75 100644 Binary files a/boot_source/code_app/driver/inc/dev_sys.h and b/boot_source/code_app/driver/inc/dev_sys.h differ diff --git a/boot_source/code_app/driver/src/dev_eerom.c b/boot_source/code_app/driver/src/dev_eerom.c index b1cf8e0..158d247 100644 Binary files a/boot_source/code_app/driver/src/dev_eerom.c and b/boot_source/code_app/driver/src/dev_eerom.c differ diff --git a/boot_source/code_app/driver/src/dev_log_usart.c b/boot_source/code_app/driver/src/dev_log_usart.c new file mode 100644 index 0000000..e43a34e Binary files /dev/null and b/boot_source/code_app/driver/src/dev_log_usart.c differ diff --git a/boot_source/code_app/driver/src/dev_sys.c b/boot_source/code_app/driver/src/dev_sys.c index e929282..7705d6f 100644 Binary files a/boot_source/code_app/driver/src/dev_sys.c and b/boot_source/code_app/driver/src/dev_sys.c differ diff --git a/boot_source/code_app/main/inc/config.h b/boot_source/code_app/main/inc/config.h index 1dca789..09ac5b4 100644 Binary files a/boot_source/code_app/main/inc/config.h and b/boot_source/code_app/main/inc/config.h differ diff --git a/boot_source/code_app/main/src/main.c b/boot_source/code_app/main/src/main.c index 2772309..ae22750 100644 Binary files a/boot_source/code_app/main/src/main.c and b/boot_source/code_app/main/src/main.c differ diff --git a/boot_source/code_app/service/CanStack/canBus_Com/UDS.c b/boot_source/code_app/service/CanStack/canBus_Com/UDS.c index c679b94..b6fd468 100644 Binary files a/boot_source/code_app/service/CanStack/canBus_Com/UDS.c and b/boot_source/code_app/service/CanStack/canBus_Com/UDS.c differ diff --git a/boot_source/code_app/service/CanStack/canBus_hongri/CanConfig_C301.c b/boot_source/code_app/service/CanStack/canBus_hongri/CanConfig_C301.c index d1f6849..108071c 100644 Binary files a/boot_source/code_app/service/CanStack/canBus_hongri/CanConfig_C301.c and b/boot_source/code_app/service/CanStack/canBus_hongri/CanConfig_C301.c differ diff --git a/boot_source/code_app/service/CanStack/canBus_hongri/CanConfig_C301.h b/boot_source/code_app/service/CanStack/canBus_hongri/CanConfig_C301.h index 835738f..ed7c666 100644 Binary files a/boot_source/code_app/service/CanStack/canBus_hongri/CanConfig_C301.h and b/boot_source/code_app/service/CanStack/canBus_hongri/CanConfig_C301.h differ diff --git a/boot_source/code_app/service/CanStack/canBus_hongri/CanCtrl_C301.c b/boot_source/code_app/service/CanStack/canBus_hongri/CanCtrl_C301.c index 518a5c3..90523ad 100644 Binary files a/boot_source/code_app/service/CanStack/canBus_hongri/CanCtrl_C301.c and b/boot_source/code_app/service/CanStack/canBus_hongri/CanCtrl_C301.c differ diff --git a/boot_source/code_app/service/CanStack/canBus_hongri/CanCtrl_C301.h b/boot_source/code_app/service/CanStack/canBus_hongri/CanCtrl_C301.h index 5bc7853..cc67990 100644 Binary files a/boot_source/code_app/service/CanStack/canBus_hongri/CanCtrl_C301.h and b/boot_source/code_app/service/CanStack/canBus_hongri/CanCtrl_C301.h differ diff --git a/boot_source/code_app/service/CanStack/canBus_hongri/Diag_Appl_C301.c b/boot_source/code_app/service/CanStack/canBus_hongri/Diag_Appl_C301.c index ab33bed..cb6dc27 100644 Binary files a/boot_source/code_app/service/CanStack/canBus_hongri/Diag_Appl_C301.c and b/boot_source/code_app/service/CanStack/canBus_hongri/Diag_Appl_C301.c differ diff --git a/boot_source/code_app/service/CanStack/canBus_hongri/Diag_Appl_C301.h b/boot_source/code_app/service/CanStack/canBus_hongri/Diag_Appl_C301.h index 6a2141d..a928a7d 100644 Binary files a/boot_source/code_app/service/CanStack/canBus_hongri/Diag_Appl_C301.h and b/boot_source/code_app/service/CanStack/canBus_hongri/Diag_Appl_C301.h differ diff --git a/boot_source/code_app/service/CanStack/canBus_hongri/Diag_Eeprom_C301.c b/boot_source/code_app/service/CanStack/canBus_hongri/Diag_Eeprom_C301.c index cc80f3b..03d9dfa 100644 Binary files a/boot_source/code_app/service/CanStack/canBus_hongri/Diag_Eeprom_C301.c and b/boot_source/code_app/service/CanStack/canBus_hongri/Diag_Eeprom_C301.c differ diff --git a/boot_source/code_app/service/CanStack/canBus_hongri/Diag_Eeprom_C301.h b/boot_source/code_app/service/CanStack/canBus_hongri/Diag_Eeprom_C301.h index c4b90e6..196fefe 100644 Binary files a/boot_source/code_app/service/CanStack/canBus_hongri/Diag_Eeprom_C301.h and b/boot_source/code_app/service/CanStack/canBus_hongri/Diag_Eeprom_C301.h differ diff --git a/boot_source/code_app/service/CanStack/canBus_hongri/Service_Canstack_CanBus_hongri_All.h b/boot_source/code_app/service/CanStack/canBus_hongri/Service_Canstack_CanBus_hongri_All.h index fae51c2..83ea53a 100644 Binary files a/boot_source/code_app/service/CanStack/canBus_hongri/Service_Canstack_CanBus_hongri_All.h and b/boot_source/code_app/service/CanStack/canBus_hongri/Service_Canstack_CanBus_hongri_All.h differ diff --git a/boot_source/code_app/startup/inc/stm32f10x_libopt.h b/boot_source/code_app/startup/inc/stm32f10x_libopt.h index b91011a..dd08bf1 100644 Binary files a/boot_source/code_app/startup/inc/stm32f10x_libopt.h and b/boot_source/code_app/startup/inc/stm32f10x_libopt.h differ diff --git a/boot_source/platform/CMSIS/ST/STM32F10x/Source/arm/startup_stm32f10x_cl.s b/boot_source/platform/CMSIS/ST/STM32F10x/Source/arm/startup_stm32f10x_cl.s index 7dd5487..06d3138 100644 Binary files a/boot_source/platform/CMSIS/ST/STM32F10x/Source/arm/startup_stm32f10x_cl.s and b/boot_source/platform/CMSIS/ST/STM32F10x/Source/arm/startup_stm32f10x_cl.s differ diff --git a/boot_source/platform/drivers/inc/can2.h b/boot_source/platform/drivers/inc/can2.h index d6e0a6c..a92fb72 100644 Binary files a/boot_source/platform/drivers/inc/can2.h and b/boot_source/platform/drivers/inc/can2.h differ diff --git a/boot_source/platform/drivers/inc/ecual_flash.h b/boot_source/platform/drivers/inc/ecual_flash.h index c163a2b..d209502 100644 Binary files a/boot_source/platform/drivers/inc/ecual_flash.h and b/boot_source/platform/drivers/inc/ecual_flash.h differ diff --git a/boot_source/platform/drivers/src/CAN2/can2.c b/boot_source/platform/drivers/src/CAN2/can2.c index 2fc9594..e03fb0d 100644 Binary files a/boot_source/platform/drivers/src/CAN2/can2.c and b/boot_source/platform/drivers/src/CAN2/can2.c differ