Tag: Memory Management
-
Memory Management
The memory is limited. And since it is limited it becomes a precious resource. So you have to manage the memory from the beginning of the embedded system. Most of the code written for embedded system will be in c or in c++ using an IDE. The code will then built by the compiler in…