I'm new to using the TI66678 and want to understand what memory is used by the MessageQ to communicate between processors. I understand there is a 4 Mbyte shared memory buffer on chip and then there is external DRAM. Is it possible to use either of these as the shared memory used by the MessageQ? I see that one registers a heap with a MessageQ and I'm guessing that when the heap is created with HeapBufMP_create one selecting where the heap is being allocated from? Thanks