-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add STM32 porting example #69
base: master
Are you sure you want to change the base?
Conversation
I've found that |
…example to single server
This example now includes both TCP communication using the W5500 and DMA serial communication on the STM32. The dependency on CubeMX, which was initially included in the pull request, has also been removed, enhancing compatibility so that it can be built with just an appropriate compiler and CMake. |
STM32 project configuration example to utilize
nanomodbus
library.This project contains
It have been tested with
STM32F401CCUx
chip withpymodbus
client