Part Number:MSP432E411Y
Tool/software:TI-RTOS
I am trying to trace the cause of failure for a socket() call failure. The call fails in NDK_socket() SockNew() returing 12 (ENOMEM), which I would assume is due to memory exhaustion.
What can I do to increase the memory used for the calls? I do have the NDK configuration mapped through XDCTools/RTSC, but cannot see any difference when setting the NDK.Global PBM/Mmoeyr manager buffer sizes for packet/memory manager buffers. ROV shows (assuming I interpret this correctly) there to be at least a 0x3e58 size object, but I assume that's not available to the NDK here? (I would assume there's heap left, and that can be set in the linker .cmd file, but that's not used here, or is it?)
DHCP client works, so at least something is functional.