Tool/software: Code Composer Studio
We're doing a project where parameters defined in an header file are stored in flash while other data are in SRAM.
How do we enable prefetch buffer in code composer studio using MSP432 to balance out the operation of flash and SRAM?
And we would like to benchmark the code to see how many cycles it takes for the code to run completely. Is there any specific way we can do that using CCS?
Is there any tool we can use to measure the performance in CCS?