This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Execution time

Hi
my end-of-studies project consist of implementing a bls code on an ARM based FPGA (Cortex m0)
the main goal of the implementation is to create an accelerator within the code to minimize the execution time etc
so i have to profile the code and define the most gourmand function to replace it with an accelerator, however the profiling results must be generated by the Cortex m-0 and not by my own PC's processor, as with code blocks, so my question here if i use the Keil's Execution Profiler does the displayed results belong to the Cortex m-0 or not ?
thank you