2020-03-18 06:39 AM
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
2020-03-18 07:01 AM
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.
2020-03-19 01:09 AM
thanks, I will take a look
Alexander