Hi everyone,
I want to launch communication between M4 and HIFI4 core, and I wondering how to do it. RPMSG framework on HIFI4 act like a remote, also on cortex M4 in examples is rpmsg remote. So one way is to use Linux (master) as a bridge to communicate between this cores. Another way is direct comunication, but then M4 have to be a master I think. Also need to set share resources between this cores. Am I right?