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.
Tool/software:
Hi Team,
I am observing a discrepancy in CPU cycles when configuring TMU support through different methods. When I configure TMU support from the Project Properties, the function sinf(90.2f) takes 26 CPU cycles. However, when I configure TMU support through SysConfig, the same function only takes 25 CPU cycles.
Could you please explain why this difference occurs? Additionally, what is the recommended method for configuring TMU support?
Ankit,
Are you referring to the 1 CPU cycle difference? This could just be the way the reporting is done.
The TMU instruction itself takes 4 cycles. Look at the generated assembly code please.
Thanks,
Sira