Other Parts Discussed in Thread: SYSBIOS
Hi!
I statically create one HeapMem Instant by GUI tools, and this HeapMem shall be shared by several tasks, some tasks use Memory_alloc() ,fill message and call MailBox_post(), other tasks may call MailBox_pend() ,get the message and then call Memory_ free().
This is a traditional intertask communication, so I want to know
1.if Memory_alloc() and Memory_free() API is task-safe API?
2.I read BIOS USER Guide V6.34. it seems you have to use gatemutex to protect this shared HeapMem Instant, is it right?
3.but I can't config this gatemutex in HeapMem Instant Page, gateMutex config has to be done by editing .cfg file, no GUI tools , is it right?

