Program and Data Memory

The table below displays the program and data memory required for the touch surface functionality with gesture implementation (excluding snake game functionality) and for various compiler optimization levels:

Table 1. Touch Surface Memory Consumption
Serial Number Optimization Level Program Memory Data Memory
1 -O0 14510 bytes 830 bytes
2 -O1 12856 bytes 830 bytes
3 -O2 12932 bytes 830 bytes
4 -O3 13580 bytes 830 bytes
5 -Os 12874 bytes 830 bytes