Part Number: MSP430FR5994 Tool/software: Hello, While using CSS V10 (C code) I have an issue with this message: program will not fit into available memory But when I look into the used memory, it's less than the datasheet. It should be 256K as program and 8k as RAM it's only: MSP430: Flash/FRAM usage is 10186 bytes. RAM usage is 4022 bytes. this is OK to flash the MSP430, but if I create a new tab with values it doesn't fit: ../lnk_msp430fr5994.cmd", line 211: 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 0xa0. Available memory ranges: RAM size: 0x1000 unused: 0x7a max hole: 0x79 >> Compilation failure Could you help me, please, to set up the full memory space ? I Have looked into the forum pages and found that : https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1471287/error-10099-d-program-will-not-fit-into-available-memory/5647634#5647634 Sadly there is no answers. Shoudl I look and change values in the linker map file? It's plenty of values I suppose I have to compare with the datasheets? Why CSS is not using the datasheet memory space for that device? Did I do something wrong? Thanks a lot for your help regarding this project. Kind Regards SEB
↧