Questions tagged [stm32h7]

For questions about programming the STM32 H7. The STM32 H7 is an ARM Cortex-M7F MCUs (sometimes with optional ARM Cortex-M4F coprocessors) from ST Microelectronics. (Please also add a language tag!)

48 questions
-1
votes
0 answers

STM32H7 Modbus TCP/IP

I am trying to write modbus tcp/ip server(slave) with stm32h7. I know the Modbus working logic and I have worked with Modbus RTU many times before, but I am unfamiliar with the ethernet layer. I couldn't find a resource to write modbus tcp/ip with…
Matt
  • 1
-2
votes
1 answer

Programming STM32H747 ADC in continuous mode using registers only

Within a project of mine I use DMA to share data between the two cores of the STM32H747, the data comes from an ADC controlled by the core M7. While testing my DMA I noticed that the data stored within the memory by the DMA wasn't varying and…
1 2 3
4