Hi All,
Should HeapBufMP_create be in a thread. I see when i have two cores with core0 doing HeapBufMP_create in main() and after that one of the cores is not crossing the BIOS_start() in the main().
The same HeapBufMP_create if i do in Thread [NOT WITHIN while(1) loop], the core control flow is crossing BIOS_start()
Ti doesn't mention about HeapBufMP_create but it does mention about HeapBufMP_open()
My idea is to not take the headache of HeapBufMP_create in Tasks as i want it to be done once at start [i.e.main()]
please let me know on this
Thanks
R C Reddy