Tool/software:
Hi TI team, my program compiled great with three tasks, a mailbox etc, when I add a fourth task and a second mailbox I get this warning and the executable is not built, what is the reason?
What can I do to solve it?
<Linking>
warning #10457-D: Use of variable-length arrays is not thread-safe.
"../CC1310_LAUNCHXL_TIRTOS.cmd", line 95: error #10099-D: program will not fit into available memory, or the section contains a call site that requires a trampoline that can't be generated for this section. run placement with alignment fails for section ".stack" size 0x400. Available memory ranges:
SRAM size: 0x5000 unused: 0x648 max hole: 0x332
error #10010: errors encountered during linking; "Prog02_MultiTask.out" not built
Thanks in advance.