From 51cb91df6ce601b122a1881c8709922118c2a4a4 Mon Sep 17 00:00:00 2001 From: heezes Date: Thu, 7 Nov 2024 10:32:26 +0530 Subject: [PATCH] fix: update the CPU clock to 48Mhz - Update the systick period enum - Add bootloader jump and check - Increased the destination buffer size during rx drain - Increased uart buffer size from 8 to 64 --- .cproject | 4 ++-- Core/Source/ivec_mcal_mcan.c | 2 +- Core/Source/ivec_mcal_uart.c | 3 +-- Generated Codes/ti_msp_dl_config.c | 2 +- ivec_ECU/ivec_ecu_uart/src/ivec_ecu_uart.c | 9 ++++----- ivec_RTE/src/ivec_rte.c | 14 ++++++++++---- main.c | 5 +---- mspm0g3507.lds | 4 ++-- utils/utils.c | 4 ++-- utils/utils.h | 2 +- 10 files changed, 25 insertions(+), 24 deletions(-) diff --git a/.cproject b/.cproject index e516fd5..a448313 100644 --- a/.cproject +++ b/.cproject @@ -300,7 +300,7 @@ -