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
579 stars 192 forks source link

Tested/Added functionality for STM32WB series #90

Closed r0tary closed 1 year ago

r0tary commented 1 year 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 1 year ago

Can also add example project, if needed

alejoseb commented 1 year 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