On Mon, May 11, 2020 at 5:01 PM Gregory Nutt <spudan...@gmail.com> wrote: > That part has 256Kb of SRAM. That is more that many, but it could be > that you are using too much SRAM and just cannot run ELF reliably. It > does want a lot of SRAM.
If there isn't enough memory, I wonder why malloc doesn't return NULL? Haven't had the chance to look into the code yet. Maybe there's a bug -- or perhaps there's something misconfigured that fools malloc into thinking there's more memory than there really is. Nathan