With IAR Embedded Workbench 、PE and S32K146,how I can view the time a function run?
已解决! 转到解答。
Hi,
This is rather a question for IAR support.
But if you want to measure the execution time of a function, you can use DWT.
ARM Information Center
Cycle Counting on ARM Cortex-M with DWT | MCU on Eclipse
Regards,
Daniel
在原帖中查看解决方案
Thank you very much!