https://github.com/zimbora/stm32l4xx-serial
Library to help you managing serial interface
https://github.com/zimbora/stm32l4xx-serial
Last synced: 12 months ago
JSON representation
Library to help you managing serial interface
- Host: GitHub
- URL: https://github.com/zimbora/stm32l4xx-serial
- Owner: zimbora
- License: apache-2.0
- Created: 2022-08-24T11:13:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T14:34:11.000Z (almost 4 years ago)
- Last Synced: 2025-06-07T13:03:06.928Z (about 1 year ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Serial
## Tool
STM32CubeIDE
Version: 1.4.2
Build: 7643_20200813_1322 (UTC)
(C) 2020 STMicroelectronics ALL RIGHTS RESERVED
## Purpose
This library is integrated in a bigger project and is now being shared to help you going faster through your project.
It has been used with STM32L476 but should be compatible with any version of STM32L4xx
## Dependencies
None
## Functionalities
Multiple uart support
Write and read using interrupts
Dedicated rx buffer to store received data
rx buffer size can be changed editing RXBUFFERSIZE macro
## Examples
Besides testing.cpp file, you can check logging, rs485 and modem packages to see more examples