6.4 Program and Data Memory Requirements
Table 6-3 details the application firmware program and data memory requirements with MPLAB X IDE:
Optimization | Program Memory in Bytes | Data Memory in Bytes |
---|---|---|
-O0 | 20631 (31.5%) | 453 (11.1%) |
-O1 | 17913 (27.3%) | 453 (11.1%) |
-O2 | 17823 (27.2%) | 453 (11.1%) |
-O3 | 15827 (24.3%) | 441 (10.8%) |
-Os | 13849 (21.1%) | 441 (10.8%) |