Commit Graph

13 Commits

Author SHA1 Message Date
381cb2bda8 Initial folder structure. added read me. will explain more details later 2025-06-25 15:31:21 -07:00
2d7a1ff4d0 Add CAN communication and GPIO control functionality
- Created HAL configuration file for STM32F1xx (stm32f1xx_hal_conf.h).
- Added interrupt handler definitions in stm32f1xx_it.h.
- Implemented CAN initialization and configuration in can.c.
- Configured GPIO pins for output and external interrupts in gpio.c.
- Developed main application logic in main.c for toggling an LED and sending CAN messages.
- Implemented MSP initialization and de-initialization for CAN in stm32f1xx_hal_msp.c.
- Defined interrupt service routines in stm32f1xx_it.c for CAN and EXTI interrupts.
- Added README for project-specific libraries and PlatformIO configuration.
- Created platformio.ini for project build settings.
- Added stm32pio.ini for CubeMX integration with PlatformIO.
- Included README for testing directory to guide unit testing setup.
2025-06-25 15:18:25 -07:00
f05e4aa006 can finally works 2025-06-25 15:16:52 -07:00
9b142b4af2 fix: update CAN filter bank configuration to valid range 2025-06-25 12:39:17 -07:00
98e082481a Merge branch 'can' of https://github.com/Kymkim/modular-kbd into can 2025-06-25 12:38:46 -07:00
7235900cac working transmit data 2025-06-25 12:33:26 -07:00
Nolan Nguyen
7a9bf36371 Note on STM32 CAN Filter Bank Number 2025-06-23 17:07:04 -07:00
886ecf1778 not working. should make the led flash if button on pa10 is pressed. 2025-06-21 20:47:20 -07:00
470f4fc4da update USB product string and include paths for CAN module. starting code with CAN as loopback to check if its working. not yet tested 2025-06-12 19:06:44 -07:00
4ac35de22f deleted unused files 2025-06-10 20:08:33 -07:00
e9dc460e96 file restructuring and minor code edits with config 2025-06-10 20:07:59 -07:00
f4fa10e596 CAN main start 2025-06-06 22:32:51 -07:00
257377c75c config for the can bus for module 2025-06-06 12:09:57 -07:00