Hello TI,
I receive the following error when attempting to build my project:
"../28335_RAM_lnk.cmd", line 125: error: placement fails for object ".text",
size 0x100c (page 0). Available ranges:
RAML1 size: 0x1000 unused: 0x1000 max hole: 0x1000
error: errors encountered during linking; "Lab8_1.out" not built
This must mean that I have run out of memory for this location. What is the simplest solution to increase the size of memory? I don't understand all that memory mapping and stuff. Sorry for not knowing this stuff and asking such a trivial question.
Thank you
Glen