I would like to use QMSS for IPC between the DSP core and the ARM cores, as well as to give the DSPs direct access to other periphrials (such as the NETCP).
Is this possible using the Sys/BIOS LLD? Linux setups up the QMSS, but the LLD wants to set it up again. When it does, it clobbers the communication to the NETCP. Is there a way to fake out the driver so the driver doesn't feel the need to initialize everything?
Are there any examples of IPC using QMSS? I have only found one example of IPC in the mpm library, but it uses the mpm_mailbox mechanism instead.