Part Number: LAUNCHXL-CC2650
Other Parts Discussed in Thread: LAUNCHXL-CC2640R2, CC2640R2F
Hi,
I just added BUZZER SERVICE with 3 Characteristics to Project Zero and I am getting the error "program will not fit into available memory" error. I have read at other posts that I should modify the .opt file at stack project to remove features that I do not need. However every entry is commented out except -DGAP_BOND_MGR. So there is not much I can do at .opt file to fix the problem
Do I increase the value of these predefined symbols below, since I added another service to project zero? How do I fix this problem?
ICALL_MAX_NUM_ENTITIES=6
ICALL_MAX_NUM_TASKS=3
Error Message:
program will not fit into available memory. placement with alignment fails for section ".const" size 0x1e14 .
Available memory ranges: cc26xx_app.cmd /project_zero_app_cc2650launchxl/TOOLS line 121 C/C++ Problem
- kel