Hi,
The TMS320F28054M has ram blocks L0, L1, L2 & L3.
L0 is used for InstaSpin variables, L1-L2 for “ramfuncs”, L3 for general purpose RAM.
In the labs as you add code in functions placed in the ‘ramfuncs” section, or if you add functions that you would like to run from RAM, it is easy to overflow the L1-L2 size (2K x 16).
Is it possible to define ramfuncs to be L1,L2 plus just some of L3?
If not, of the ramfuncs for an InstaSpin Motion velocity control application, what functions (if any) are good candidates for removal from the ramfuncs section?
Thanks.