Skip to main content
Visitor II
July 20, 2022
Question

STM32MP1 OpenAMP IPC

  • July 20, 2022
  • 0 replies
  • 976 views

I was looking into using OpenAMP to support an event driven IPC between Linux A7 core and a FreeRTOS based application running on the M4.

The sample application (STM32CubeMP15 Firmware Package )documentation in the says:

"The actual bare metal version of OpenAMP is not designed to work with FreeROTS. as a consequence,

it's not advised to use FreeRTOS operations inside OpenAMP interrupt"

I was hoping I could use something like xEventGroupSetBitsFromISR().

Anyone have advise on the best way to signal a new OpenAMP message is available to be processed to a FreeRTOS thread or is polling a flag the only way. I was hoping to make this event driven.

Thanks,

Eoin

    This topic has been closed for replies.