User Activity

Hi, I have a development board with an STM32H745XIH6 microcontroller, which has dual cores. I am trying to debug using the SWDIO and SWCLK pins. Debugging works fine on the M7 core, but it does not work properly on the M4 core. This is what the issue...
Hey,I use stm32h745, I want to use FDCAN1 communication with both cores.What is the effect of the decision on which core to perform initializer in the CubeMX?
Hey,I use STM32H745, I created ETH communication on the M4 core and it works well.Now I want ETH communication with two ports, one port per core.It is possible?In each core before the main while, I do:MX_LWIP_Init();/* create new tcp pcb */tcpb = tcp...
Hey,I use STM32H745ZI, I want to create an area for shared memory between the cores, I chose AXI SRAM because I need access as fast as possible for the M7 core.The shared memory is intended solely for shared information between the cores.I have two q...
Hey,I am developing a project in which the M7 core has CAN and USART communication which constantly communicates with components, the M4 core has Ethernet communication.I was interested in checking what the rate of the main loop is, so I defined two ...
Kudos from