Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
Hello,
I'm using ARM Development studio 2023.1, for now I'm running the 30 day trial version. After running and debugging Arm FVP - MPS2_Cortex_M7 as target, I now want to profile it. I read about streamline but I cannot find the option for profiling. Can someone please guide me for this?
Thanks,
Shri
Thanks for the answer. I would like to use streamline profiling but there is no streamline menu in my IDE
When I search:
When I try launching:
Do you have any suggestions for this?
Thanks.
Hi againAs a starting point, I suggest you try using the Cortex-M7's built-in cycle-counter DWT_CYCCNT register first.This is quick and easy to use and may give you the information you need if you simply want to get cycle counts for functions. Streamline for bare-metal & RTOS is rather more complex to set up.Streamline is a separate Eclipse application, which you can launch from the Windows Start menu:
You can also launch it from the command-line.Stephen
Thank you