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.

PMU?

Other Parts Discussed in Thread: TMS570LS3137

你好,

TMS570LS3137生成的代码中有个sys_pmu模块,它的功能是什么?参考手册里找不到相关描述。那几个函数的简单用法是什么?

谢谢

  • Zhihui,

       这个PMU是指performance measurement unit,它是ARM COrtex-R4F内核里面自带的,可以用于测量CPU performance的一个模块。

    你可以用它来测试你的程序跑了多少个CPU的cycle。

    更多的可以查看cortex-R4F的白皮书。




    谢谢