-
Notifications
You must be signed in to change notification settings - Fork 68
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
Using the library in STM32 project #50
Comments
I don't see any issue on how you are using the library, except maybe checking the returned error of |
Thanks for the quick answer. |
Are |
Hey,
|
Sure! I'll have a look at it and add it to the examples. Thank you |
@MohammedBENHADINE can you give me more details about your platform? Which STM32 board are you working on? |
I developed it for a nucleo board (stm32f030c8) , based on HAL platform from ST ( stm32cubeMX framework). |
Sure, it would be much appreciated! |
I have added an stm32 example on #69. As it use dma and buffer by default for the stable transaction, I think you can take a look for this one to improve your code. |
I'm trying to use this library inside a STM32 CubeIDE project but no success.
I've defined the two required functions but polling the registers of the sensor always returns TIMEOUT.
The sensor works fine with direct access from Modbus Poll tools ( using UART to USB).
Here is my base code :
Any help ?
The text was updated successfully, but these errors were encountered: