Other Parts Discussed in Thread: SYSCONFIG
I'm trying to evaluate the performance of an R5F core.
How do I find out the R5F core clock frequency?
How do I change that clock frequency?
I have managed to place some code into R5F_TCMA by putting the function definitions between
#pragma clang section text=".mytext"
and
#pragma clang section text=""
but I did not notice any change in execution time (compared to MSRAM). Is that to be expected?
Where would I put my code and the data that is accessed by that code in order to achieve best execution speed on an R5F core?
Best regards,
Johannes