Hi,
I am using a controlCard with a F28377D Controller to run some Matlab/Simulink models in Processor in the loop (PIL) configuration. Until now, everything seemed to work fine. I was able to run some smaller example files.
But now, I wanted to run a larger model. It seems that this is quite too large. I got the following error Messages:
C:/MATLAB/SupportPackages/R2015b/texasinstrumentsc2000/toolbox/target/supportpackages/tic2000/src/c28377D.cmd
<Linking>
"C:/MATLAB/SupportPackages/R2015b/texasinstrumentsc2000/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 87: error:
program will not fit into available memory. placement with
alignment/blocking fails for section ".text" size 0x36ca page 0. Available
memory ranges:
RAMM0 size: 0x2de unused: 0x7 max hole: 0x7
RAMD0 size: 0x800 unused: 0x6 max hole: 0x6
RAMLS0_4 size: 0x2800 unused: 0x7 max hole: 0x7
"C:/MATLAB/SupportPackages/R2015b/texasinstrumentsc2000/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 92: error:
program will not fit into available memory. placement with
alignment/blocking fails for section ".econst" size 0x1f2 page 1. Available
memory ranges:
RAMLS5 size: 0x800 unused: 0x65 max hole: 0x65
"C:/MATLAB/SupportPackages/R2015b/texasinstrumentsc2000/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 89: error:
program will not fit into available memory. placement with
alignment/blocking fails for section ".cinit" size 0xab page 0. Available
memory ranges:
RAMM0 size: 0x2de unused: 0x7 max hole: 0x7
RAMD0 size: 0x800 unused: 0x6 max hole: 0x6
RAMLS0_4 size: 0x2800 unused: 0x7 max hole: 0x7
error: errors encountered during linking; "Wrap_AC_Ctrl.out" not built
Does this really means that my code is too large for the Controller? Is there anything I can do to run it?
Thank you very much,
Ralf