This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CMEM version

Hello everybody,

Could you please advise me how to know the version of CMEM I have?

In CMEM Overview wiki page (http://processors.wiki.ti.com/index.php/CMEM_Overview) they talk about CMEM 2.0, CMEM 2.23 and CMEM 2.24 that have different features. I would like to define whether I can use these features or not.

Thank you. 

  • I guess the CMEM version you mention correspond to the Linux utils version. The below wiki page gives the Linux utils version:
    http://processors.wiki.ti.com/index.php/Linux_Utils_Roadmap

    Also an internal version number is used an an include file (#define     CMEM_VERSION   0x03000100U) but it is not the one meant on the wiki.

    Anthony

  • Ok, I have #define CMEM_VERSION 0x03000000U and if I got it right I can fully use all features that are described for 2.24 CMEM (this is the last mentioned version) but it could be some added features that are not documented anywhere.