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
519 stars 182 forks source link

Tested/Added functionality for STM32WB series #90

Closed r0tary closed 9 months ago

r0tary commented 9 months ago

Modified the "Modbus.c" file to include "stm32wbxx_hal.h" to add support for STM32WB series. Tested on STM32WB55. Specifically tested as a slave device with DMA enabled.

r0tary commented 9 months ago

Can also add example project, if needed

alejoseb commented 9 months ago

Hi, If you have a working example following the same pattern of current examples it will be useful. Also update the readme file accordingly if you do so. Thanks