C2000 f28379d ERROR : program will not fit into available memory. run placement with alignment/blocking fails for section

25 visualizaciones (últimos 30 días)
Hello everyone,
I use the f28379D TI target on the MATLAB r2018b version.
I have problems during compilation of my model and compiler failed to generate all binary outputs.
During linking step, the Diagnostic Viewer displays the following message :
warning: creating output section ".cio" without a SECTIONS specification "C:/ProgramData/MATLAB/SupportPackages/R2018b/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 114: error:
program will not fit into available memory. run placement with
alignment/blocking fails for section ".ebss" size 0x116d2 page 1. Available memory ranges:
RAMGS_DATA size: 0x7000 unused: 0x6c87 max hole: 0x6c87
RAMLS_DATA size: 0x1000 unused: 0x1000 max hole: 0x1000
error: errors encountered during linking;
"../Model_test" not built >> Compilation failure
The availables memory ranges indicate unused memory so the program can fit.
Thus, can the error be due to a wrong memory mapping? and how to resolve this error ?
I didn't modify the Linker command file (C:\ProgramData\MATLAB\SupportPackages\R2018b\toolbox\target\supportpackages\tic2000\src\f28377D.cmd)
Thanks for reading

Respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by