Commit Graph

10 Commits (d3391047d6f1f619db31a903f447afb7f7a9142c)

Author SHA1 Message Date
Tej Sharma d3391047d6 fix: remove CAN reinit when bus goes off, add api to restore busoff error 2025-07-10 14:16:24 +05:30
Rakshita f29d164142 feat: send SMD and false touch status over CAN and UART
- Added functionality to transmit SMD (Significant Motion Detection) status via CAN and UART
- Included false touch status in the same packet
- Status data is sent every 5 seconds
2025-06-04 19:15:29 +05:30
Gurpal singh 892b038c1f fix: all ids are being replaced by abcdef 2025-03-17 11:45:53 +05:30
Rakshita 9f0e5a215d refactor: Removed bootloader addresses, UART debug messages, and unused relay pin initialization 2025-01-02 17:53:24 +05:30
Rakshita 668462eff5 fix: Resolved specific issues with CAN deinitialization and TX buffer usage
- Corrected the `CAN_DeInit` function to address cleanup problems during deinitialization.
- Restricted TX operations to buffer 0 only, as buffer 1 was causing transmission errors.
2024-12-27 19:16:04 +05:30
@rakshita4 03a449ca7f Merge branch 'uart_Pin_Pa8&9' into uart_can_fucntional 2024-11-19 13:33:22 +05:30
heezes b3979c79bc chore: update the linker scrip to support bootloader 2024-11-18 14:16:16 +05:30
@rakshita4 3d3b39960e feat: reject 0x500 to 0x600 CAN id 2024-11-12 16:54:07 +05:30
heezes 51cb91df6c 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
2024-11-07 10:32:26 +05:30
heezes 9631a6c398 fix: can transmission over uart 2024-11-03 20:01:20 +05:30