alejoseb / Modbus-STM32-HAL-FreeRTOS

Modbus TCP and RTU, Master and Slave for STM32 using Cube HAL and FreeRTOS
GNU Lesser General Public License v2.1
518 stars 182 forks source link

Added example project for STM32WB55 #91

Closed r0tary closed 9 months ago

r0tary commented 9 months ago

Added example project for STM32WB55 with Modbus RTU and DMA enabled. Also with RS485 enabled and PC3 acting as the device enable pin named "DE_EN". README updated accordingly

alejoseb commented 9 months ago

Hi, I saw that you added the Modbus files directly to the project, that will disconnect the example from the current library version. The idea is to add the library as a linked folder (linked in the IDE by doing drag-and-drop). In that way the examples will always use the main stream version of the library.

r0tary commented 9 months ago

Hi, I saw that you added the Modbus files directly to the project, that will disconnect the example from the current library version. The idea is to add the library as a linked folder (linked in the IDE by doing drag-and-drop). In that way the examples will always use the main stream version of the library.

Hi, It should be linked correctly now

alejoseb commented 9 months ago

thanks!