This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
why I am getting SBnew: buffer OOM message in my console ?
All of my buffers are allocated statically, I do not call any malloc functions.
Hi Sergey,
What software (and versions) are you using?
SBnew is used in the NDK. It is used to allocate a socket buffer. Take a look at this overview of the NDK memory usage: http://processors.wiki.ti.com/index.php/TI-RTOS_Networking_Stack_Memory_Usage. The message is from tirtos_tivac_<ver>\products\ndk_<ver>packages\ti\ndk\stack\res\sb.c. The mmBulkAlloc failed. The mmBulkAlloc function uses the default kernel heap. I expect you'll need to increase the size of this. You can look in ROV->HeapMem to see the status of the heap.
Todd
Hi Todd
Code Composer Studio
Version: 8.2.0.00007
(c) Copyright Texas Instruments, 2016. All rights reserved.
Visit http://www.ti.com