From 5b88394f22a4dc7edcaeca7ec63aa2ab02f88f8f Mon Sep 17 00:00:00 2001 From: Rakshitavecmocon Date: Thu, 10 Oct 2024 18:39:44 +0530 Subject: [PATCH] fix: Update clock configuration and UART/CAN settings - Corrected clock configuration according to HFXT - Set UART baud rate based on HFXT clock - Configured CAN timing according to DL_MCAN_FCLK_HFCLK --- .cproject | 82 ++-- Core/Include/ivec_mcal_uart.h | 90 ---- Core/Source/ivec_mcal_mcan.c | 123 +++--- Core/Source/ivec_mcal_uart.c | 485 +-------------------- ivec_ECU/ivec_ecu_can/src/ivec_ecu_can.c | 5 +- ivec_ECU/ivec_ecu_uart/src/ivec_ecu_uart.c | 13 - main.c | 46 +- mspm0g3507_mcal.syscfg | 64 +-- utils/utils.c | 162 ++++--- 9 files changed, 273 insertions(+), 797 deletions(-) diff --git a/.cproject b/.cproject index 39136fd..dc84342 100644 --- a/.cproject +++ b/.cproject @@ -16,8 +16,8 @@ - -