Go to file
2024-06-12 13:46:12 +03:00
.vscode Fix project 2024-04-08 14:21:04 +03:00
app Full cycle of serdes 2024-06-11 20:47:55 +03:00
bsp fix 2024-06-12 13:12:27 +03:00
libs/stm32f4xx Fix udp receive 2024-06-06 14:12:37 +03:00
nanopb@7f88274070 sub 2024-06-10 13:26:50 +03:00
.gitignore submodule 2024-06-10 13:24:12 +03:00
.gitmodules sub 2024-06-10 13:26:50 +03:00
bld Init 2024-03-28 17:25:38 +03:00
CMakeLists.txt Fix 2024-06-10 13:56:17 +03:00
README.md Update README.md 2024-06-12 13:46:12 +03:00
terminal Fix 2024-06-07 14:19:49 +03:00
toolchain-arm-none-eabi.cmake Fix udp receive 2024-06-06 14:12:37 +03:00

Async SerDes protobuf STM32F4 project.

Build

git clone --recurse-submodules https://git.sciprog.center/VMarkov/stm32_serDes_protobuf_project.git

Manual Build

$ cmake -S . -B build 
$ cmake --build build

Auto Build

$./bld 

The executables located in the bin directory

Programming

OpenOCD + st-link2 usage.

"tasks.json" in .vscode folder describes programming scenarios.