FAQ's
  • How can I check the ROM/RAM size used by an entire program?
    • It can be calculated from the content of the MAP file (.map) created at the time of build with IDEU8.

      The ROM size used by an entire program can be calculated by the following formula: Total size (CODE) + Total size (Table) - ROM reference area.
      Total size (CODE) indicates the total size of a program.
      Total size (Table) indicates the sum of constant data size and ROM reference area data size.
      ROM reference area data size corresponds to the values in the size column of those having “S TABLE” in the Type column and “(absolute)” in the Name column in the table in the MAP file.

      The RAM size used by an entire program is Total size (DATA).
      This indicates the sum of variables and stacks used by a program.

      For details, see also “3.3. ROM Size Calculation Method” and “3.4. RAM Size Calculation Method” in “CCU8 Programming Guide”.

      Related Products: ML610(Q)40x, ML610(Q)42x, ML610(Q)47x, ML610(Q)48x, ML610Q10x, ML610Q11x, ML610Q17x, ML610Q30x, ML610Q35x, ML610Q36x, ML610Q38x, ML610Q41x, ML610Q43x, ML610Q46x, ML620Q13x, ML620Q15x, ML620Q416/ML620Q418, ML620Q503H/ML620Q504H/ML620Q506H, ML62Q12xx, ML62Q13xx, ML62Q14xx, ML62Q15xx/ML62Q18xx, ML62Q16xx, ML62Q17xx

    • Produkte: General-purpose MCUs (16bit) , Speech Playback MCUs (8bit)