Hello,
I am trying to run image processing algorithm on beagleboard XM Rev C using c6runapp.
For dsp, I want to use part of L1 cache as L1DSRAM to see variation in performance and tune the settings accordingly.
For example, I want to use 16KB of L1D cache and use remaining 16KB as L1DSRAM. This is in addition to already available 48KB of L1DSRAM.
So I should be able to use 64KB of L1DSRAM.
Can anyone explain me the procedure to do this for c6run application?
Thanks in advance.