Hello,
I am running a large program on a C6748 Experimenter kit, meaning most of it is running in mDDR.
I am trying to optimize a certain section that uses a lot of static float arrays, some are large. While it is not possible to assign a whole section to local memory due to size, is there a "pragma" or other type of instruction that can be placed in the code to assign certain arrays to local memory to improve performance?
Thanks in advance.
Dan.