Part Number: TMS320F28377D
Tool/software: Code Composer Studio
Hello !
I have written a code using 28377d which has many float variables.
When I tried to build it, an error ocured:
" program will not fit into available memory. placement with alignment/blocking fails for section ".cinit" size 0x2e4 page 0. Available memory ranges:
RAMM0 size: 0x2de unused: 0x4 max hole: 0x4 "
So I tried to modify the "2837xD_RAM_lnk_cpu1.cmd" file as bellow:
" .cinit : >> RAMM0 | RAMD0 , PAGE = 0 "
after re-building the project, the error fixed but a warning says:
" split placement (>>) ignored for ".cinit": split placement for this section is not permitted"
So what should I do? How can I increase the memory allocated for the variable definitions?
Best regards