From reading this page:
http://processors.wiki.ti.com/index.php/GateMutex_Assert
My understanding is that malloc() cannot be called from within a clock instance function by default. The recommendation on that page is to either allocate memory prior to the clock instance or use an alternate heap implementation.
Is there a recommended alternative for memory location within a clock instance function? Are there any recommended settings that can be made in SYSBIOS for an alternate non-locked heap?
Chris
Signalogic