Inquiry about the possibility of opening multiple endpoints to facilitate communication between M7 and M4, so that each specific message triggers a specific response.
I have an STM32H745 Kit with two processors: M7 and M4.I created graphics using TouchGFX and built several screens.I set up the M4 to work with the RTC, and I want to send information from the M4 to the M7 using OpenAMP.I modified the linker file and...
I have an STM32H745 Discovery board. The first problem I encountered was when I was creating interfaces using TouchGFX. I could upload them to the microcontroller via the application without any issues, but when I uploaded the code file through C...
I create interfaces using the TouchGFX application and export them to CubeIDE. However, when attempting to upload the file to the microcontroller, an error occurs, even though the TouchGFX application can upload files successfully.
My issue is that when I add the OpenAMP initialization instructions to the task, the processor freezes. if (MX_OPENAMP_Init(RPMSG_MASTER, new_service_cb)!= HAL_OK);
Should I use RTOS with OpenAMP?And how can I open multiple communication channels?""When I tried to use OpenAMP alone in a C file, the processor hangs."
"The board works with the demo program.""The board does not work here, even though it was previously working with the same program." "For your information, I have modified many of the frequency values within the settings. I even raised the input freq...