Part Number: TMS320F28379D
Tool/software: Code Composer Studio
When loading our program into the microcontoller, we are limited at 8kB of RAM beyond, the software informs us an error loading program due to memory.
error #10099-D: program will not fit into available memory.
We realized the test by putting an empty program and coding an array of 4096 integers either (4096 * 16bits = 65536 bits ie 8192 bytes or 8kB).
How can we change this threshold because we don't use whole memory.
In Which function do we must take action to change this threshold ?
Do we must take action of the memory map directly ? Is there a risk to modify memory adress in a file memory map ?
Best regards.