Other Parts Discussed in Thread: TDA4VH
Tool/software:
Hello,
As mentioned we are using the TDA4VH board with Ti Linux SDK for software development.
We found this formula for converting CPU utilization from % to DMIPS
DMIPS Utilized = (CPU utilization percentage) * (Maximum DMIPS rating of the CPU)
Example:
----------
If the CPU has a maximum DMIPS rating of 2000 and the usage percentage is 50%, the calculation would be:
DMIPS = (50%) * 2000
= (50/100) * 2000
= 1000
So, the CPU would be running at 1000 DMIPS
As mentioned in previous answer A72 can achieve around ~6 DMIPS/MHz.
Kindly share max DMIPS rating for these cores -- A72, R5, M4, C7x and
Please let us know how to convert this DMIPS/MHz into only DMIPS for TDA4?