Is there a way to find out how much ram is free? The KSDK for the K65 had _lwmem_get_free that returned how much ram was left. Is there an equivalent for the MPC5748G?
Hello,
There is no memory management implemented in SDK drivers.
Usually you know how much RAM is going to be used when you compiling project.
Best regards,
Peter