Skip to main content
AShva.1
Associate III
March 18, 2020
Question

Is it possible to use OPENAMP without HAL?

  • March 18, 2020
  • 2 replies
  • 945 views

Has anyone used OPENAMP in their projects without HAL? I usually do not use HAL in my projects. IDE SW4STM32 for Linux.

with thanks

Alexander

This topic has been closed for replies.

2 replies

Bumsik Kim
Senior
March 18, 2020

OpenAMP is not a part of HAL and it is a separated project. Check Github. AFAIK currently ST uses (almost?) unmodified version of OpenAMP + HAL IPCC driver in order to inter-process communication working. You need to write your own IPCC driver then.

AShva.1
AShva.1Author
Associate III
March 19, 2020

thanks, I will take a look

Alexander