I would like to use a portion of the shared SRAM (address range 0x20070000-0x2007FFFF) to transfer some raw data between the network and application cores. My system is also using the rpmsg service to transfer messages between cores (less time critical than the raw data that I wish to exchange). Is there some way to either allocate memory from this region or discover what address range(s) the rpmsg service is using so I don't have memory conflicts with the rpmsg service?