Skip to main content
Visitor II
March 18, 2020
Question

Is it possible to use OPENAMP without HAL?

  • March 18, 2020
  • 2 replies
  • 929 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

    Visitor II
    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.1Author
    Visitor II
    March 19, 2020

    thanks, I will take a look

    Alexander