Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
I am attempting to stream out of the MCU to a remote UDP socket, but I get ENOBUFS. I assume this means that I need more memory for the streaming task and the concurrent HTTP server. When I attempt to increase the BIOS heap size, as outlined on page 18 of TI's HTTP server document MakingHTTPServer.ppt, the settings are ignored by XGCONF. After saving the file and reloading it with XGCONF, the settings are still "null". I also tried setting BIOS.heap* using a text editor, as detailed in post "Heap size configuration", but the change was not visible in XGCONF.
How do I increase the size of the heap for NDK?