This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I am working on custom project for that purpose I customized the TI multirole project.
Hardware is : CC2650MODA.
My Program now will not fit into the available memory.
I have only 6 Byte of free space left. Have someone an idea to get more free memory size?
For example is there a way to reduce to memory size of the stack? (Comment out unused parts or something).
I am only using the central part of the multirole project. The peripheral part of the multirole project is not needed.
At the beginning of the development we thought we need the multiple roles (Central and peripheral) but now the use case has changed and we only need the central part of the multirole project.
Application Memory file:
MEMORY CONFIGURATION name origin length used unused attr fill ---------------------- -------- --------- -------- -------- ---- -------- FLASH 00000000 0000a000 00009ffa 00000006 R X FLASH_LAST_PAGE 0001f000 00001000 000008f7 00000709 R X SRAM 20000000 000042e0 00002c7e 00001662 RW X
Stack Memory file:
MEMORY CONFIGURATION name origin length used unused attr fill ---------------------- -------- --------- -------- -------- ---- -------- FLASH 00000000 0001f000 00014a18 0000a5e8 R X SRAM 20000000 000048e7 000005fc 000042eb RW X