What is the diffeerence between AllocSysMemory()and malloc() for the IOP?
I couldn't use the malloc(), it says undefined reference for malloc, ever since I include "alloc.h".
Using AllocSysMemory() instead, I can export the bytes allocated to the EE using RPC, or I had to use malloc (that I can't put it to work).
Thanks