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

Portability with other ics #1

Closed dajawanaris closed 4 years ago

dajawanaris commented 4 years ago

Dear concern

As you have mentioned that the project is portable for all stm32, please specify how to open or use for my IC stm32f103c8tx. Im a bit new with cubemx so your helo would be grateful.

alejoseb commented 4 years ago

Hi, I recommend to use STM32 Cube IDE, which already includes CubeMX. I also provide an example here https://github.com/alejoseb/Modbus-STM32-HAL-FreeRTOS/tree/master/ModbusF103 that can work directly with your MCU. You can compile that project and use the binary directly.