Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


You are viewing a reply to ModBus RTU with LWip  

ModBus RTU with LWip

France

Hi Dilanka,

Yes you can implement Modbus-RTU on the STM32F7 discovery board you have using the Max485; They both communicate using 3V signaling. The connections you will have to do is connecting RO to the Rx for USART6, DO to Tx of USART6 and both RE/ and DE to the same GPIO, choosing one available on the same Arduino connector, like PB4 (selected as TIM3_CH1 on the Arduino pinout, but you can change it to be a GPIO).

It is even possible that one of the Modbus master stacks available (like the one cited by JuliusCaesar) may support this chip or a compatible one. In all cases what you need is just a stack supporting the STM32 USARTs and using a GPIO to control the transceivers.

If you need to save as much power as possible, you will need to use two GPIOs to command RE/ and DE independently, disabling both the receiver and transmitter when the bus is inactive (this is possible as, being the master of the bus, you know when a slave can talk on the bus).

HTH

Bernard (Ac6)

 

Newest Forum Posts

  1. So happy to finally meet you! by Danielrug, 2025-10-28 11:01
  2. STM32 MCU model shortlisting for Making RC remote by Palvish, 2025-07-07 15:05
  3. SPI on Nucleo_STMH533RE by royjamil, 2025-05-04 20:13
  4. SPI on Nucleo_STMH533RE by higginsa1, 2025-03-25 07:37
  5. SPI on Nucleo_STMH533RE by royjamil, 2025-03-23 11:31
  6. SPI on Nucleo_STMH533RE by higginsa1, 2025-03-23 09:33
  7. Configuring DMA for ADC in SW? by sam.hodgson, 2025-03-04 12:58
  8. Build a project in "release" mode by info@creosrl.it, 2025-02-20 18:12
  9. Build a project in "release" mode by info@creosrl.it, 2025-02-20 17:05
  10. Build a project in "release" mode by tang, 2025-02-20 10:36

Last-Modified Blogs