The DM6467 application at run time, how to view the resourcesoccupied by the DSP side.
who can tell me the method, Thank you very much
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.
The DM6467 application at run time, how to view the resourcesoccupied by the DSP side.
who can tell me the method, Thank you very much
Hi Michael,
Are you running BIOS, if so which one?
For example, SYS/BIOS has ROV and it tells you what hardware resources it uses.
DM6467 systems typically runs DSP/BIOS (BIOS 5) on the DSP.
Michael, which resources are you asking about (memory, dma, etc)? And are you using Codec Engine?
Chris
Hi Chris ,Thank you, I want to know Memory dma ,and etc all of them ,i am using 264encode ,how can i print them. thanks you very much
For memory, Codec Engine provides a Server_getMemStats() API you can call at runtime.
For other resources, it's not quite as straightforward, but you can enable Framework Components trace and see the resources being granted.
Note that sometimes the resource usage will vary based on the codec create params.
Chris