This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
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.
Yes, you can definitely add L3 to the mix, so you have a single section with L1, L2 and L3, where you place both RAM functions and variables. It should work fine.
-Jorge