Commit Graph

4 Commits

Author SHA1 Message Date
eduard.dlabal f8c5650c95 Add USART2 support and modify system clock configuration
- Implemented USART2 initialization and interrupt handling.
- Added a function to send data to the server via USART2.
- Updated the main application to utilize USART2 for communication.
- Changed system clock configuration to use HSE and PLL for higher frequency.
- Adjusted SPI1 baud rate prescaler for improved performance.
- Enhanced LED control logic based on RFID card detection.
- Updated project configuration to reflect new USART2 settings.
2025-05-18 14:53:54 +02:00
eduard.dlabal 9676a8de3f Remove unused big-endian conversion and update little-endian handling in main.c 2025-05-18 13:40:53 +02:00
eduard.dlabal b308f80a11 Refactor code structure for improved readability and maintainability 2025-05-18 13:07:33 +02:00
eduard.dlabal 9abf9cb118 initial commit 2025-03-27 10:43:18 +01:00