Hello, I have a question concerning the contents of the LST files for the CARM compiler (version 2.4.2). There is a section at the end of these files named Module Information that one would expect summary of the module's memory usage. However, this always (well, as far as I've seen to be accurate) contains the text "------" for the code field. It would be useful if this table contained correct information - like in the C51 listing files for example. This section is not documented in the manual so therefore not supported I would assume. Are there any situations where this information is correct (and present) in this table? This information can be retrieved from the MAP file, but my question is if I can just use this LST file table in any situations? Thanks in advance.
Module Information Static ---------------------------------- code size = ------ data size = 24 const size = ------ End of Module Information. ARM COMPILATION COMPLETE. 0 WARNING(S), 0 ERROR(S)