chg-stn-motherboard-ti-mcu/Core/Source
Tej Sharma 6b74e25455 fix: add watchdog support and MCU recovery logic for fault scenarios
- Added watchdog initialization and periodic refresh in application code.
- Implemented software reset trigger when code enters Default_Handler (catch-all for unhandled interrupts).
- Improved FOTA robustness: added logic to restore code execution and CAN communication when the IOT module resets unexpectedly during firmware update.
- Verified recovery flow and communication reinitialization after system reset scenarios.
2025-07-24 19:13:37 +05:30
..
gpio.c Initial commit 2024-09-26 18:52:04 +05:30
ivec_mcal_adc_dma.c Initial commit 2024-09-26 18:52:04 +05:30
ivec_mcal_common.c fix: Address conventions and resolve MATLAB handler default issue 2025-01-23 16:31:22 +05:30
ivec_mcal_gpio.c fix: Address conventions and resolve MATLAB handler default issue 2025-01-23 16:31:22 +05:30
ivec_mcal_i2c.c refactor: Standardized naming conventions and improved CAN functionality 2025-01-17 18:00:45 +05:30
ivec_mcal_mcan.c fix: remove CAN reinit when bus goes off, add api to restore busoff error 2025-07-10 14:16:24 +05:30
ivec_mcal_spi.c refactor: Standardized naming conventions and improved CAN functionality 2025-01-17 18:00:45 +05:30
ivec_mcal_timer.c feat: add matlab code to display soc 2024-10-29 14:42:05 +05:30
ivec_mcal_uart.c feat: Update clock configuration for UART3 2025-03-11 19:56:06 +05:30
ivec_mcal_wdt.c fix: add watchdog support and MCU recovery logic for fault scenarios 2025-07-24 19:13:37 +05:30
uart.c Initial commit 2024-09-26 18:52:04 +05:30