Hello,
My name is Binh Vu and I work on DSP team at Sonosite, Inc. Currently, I am running NDK version 2.1 on C6472 with memory heap size setup equal to 0x10000
and everything is working fine. However; when I tried to reduce memory heap size from 0x10000 to 0x8000 I got following errors from console after NDK is running:
xdc.runtime.Memory: line 52: out of memory: heap=0x0, size=8200
00000.000 mmBulkAlloc(): could not allocate memory.
00000.000 out of memory: heap=0xbebebebe, size=8200
00000.000 SBNew: Buffer OOM
I went to on e2e TI website to research more about this issue but I am not able to find any suggestions regarding to what memory heap size should be used for NDK?
Following versions are used for the NDK build:
Code Composer Studio version: 4.2.1.00004
NDK version 2.1
Code Generation tools: TI v7.0.4
Inter-processor Communication: 1.21.02.23
SYS/BIOS: 6.30.03.46
XDAIS: 6.25.01.08
XDC tools version: 3.20.07.86
Please let me know if anyone has any suggestion or solution for the issue.
Thanks,
Binh Vu