User Activity

Hello! I'm developing application using STM32H745 with uart interface. The problem is the behaviour of uart baudrate. I configure with hal driver uart on baudrate 115200 and try echo with terminal. The problem is that sometimes i recieve wrong data ...
I'm developing application on stm32H7 and a need to execute small function from RAM. I add RamFunc derective, and describe in linker *(.RamFunc) in .data section. As a result, i certainly see, that function code moved to RAM address space. I compare ...
Hi to everyone. I'm developing bootloader for stm32h745. My idea is to rewrite FLASH of the M4(0x81000000) core using proramm executing int M7 core. So For this first i need to stop M4, programm M4 flash and then restart it. The issue is how to stop ...
I am trying to set up ethernet on stm32h745iit6.I bare ethernet project from the H7 examples and use (low_level_output) func from ethernetif.cpp.I send buffer, located 0x24000008, where dma can access. And ethernet always send only init string of buf...