MemoryΒΆ The memory module consists of three units: memory mapping, protection, and manager. Mapping Configuration 1. Open the CustomBox 2. Configure or add memories 3. Open the Cores tab 4. Configure core memory sections 5. Open the Programs tab 6. Configure program memory sections 7. Generate Code examples Uninitialized data Initialized data Functions Protection Configuration 1. Open the CustomBox 2. Switch memory protection ON/OFF 3. Generate Memory protection regions Dynamic allocation Configuration 1. Open the CustomBox 2. Configure heap size 3. Generate Code examples Usage of new and delete operator