User Activity

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 ...
Hey,I am starting to write a new project on STM32H745ZI.Core M7 is responsible for control and core M4 is responsible for communication with a computer.There is a lot of data that I want to share between the two cores, there is data that the access s...
Kudos from