Commit Graph

2 Commits (stable)

Author SHA1 Message Date
Tej Sharma ca3d7ec555 fix: add conditional watchdog init to prevent reinitialization if already running in bootloader code 2025-07-28 14:48:46 +05:30
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