nxp-mcuxpresso / rpmsg-lite

RPMsg implementation for small MCUs
BSD 3-Clause "New" or "Revised" License
235 stars 74 forks source link

[QUESTION]: Remote and master on the same core? #39

Closed m42j closed 1 year ago

m42j commented 1 year ago

Hello.

i.MX8M plus

If I fix the code would it (for testing purposes) be possible to run both master (on MU1A) and remote (on MU1B) on the same M7 core or are there hardware constraints that prevent this?

MichalPrincNXP commented 1 year ago

Hello @m42j similar to #33 , it could work, only the new data notification process has to be revised - inter-core interrupts have to be replaced by a mechanism that would trigger ISR on the same core, I guess. Regards Michal