Controller memory overview
After creating a
Micro800
controller project, memory is dynamically allocated as program or data memory at build time, indicating that:- The program size can exceed the published specifications if the data size is sacrificed.
- The data size can exceed the published specifications if the program size is sacrificed.
This optimizes the usage of execution memory.
Memory type | Usage |
---|---|
Data memory* |
|
Program memory* | |
Project memory | A copy of the downloaded project and comments |
Configuration memory | Plug-in setup information |
*The specifications for program memory and data memory size are typical numbers. |
Provide Feedback