This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

malloc initialization (Memory.c appnote)

I am trying to use the Memory.c project as a guide, but I'm not making much progress in initializing th heap, it seams.

My code is still not returning from malloc(), even though I've initialized BSS and used the Syscalls.c file from the project.

0