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.
Controller memory types
Memory type
Usage
Data memory*
  • User-defined variables
  • Constants
  • Temporary variables generated by the compiler at build time
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
Have questions or feedback about this documentation? Please submit your feedback here.
Normal