I tried to compile the SYS/BIOS minimal template for the MSP430FR5969 but was unsuccessful. The template is from New CCS Project->Project templates and examples->SYS/BIOS->TI Target Examples->Minimal.
However this template compiles for the MSP430F5529. Why isn't CCS compiling the template for the 5969?
CCS gives this error: "#10099-D program will not fit into available memory. run placement with alignment fails for section ".data" size 0x3ca. Available memory ranges:" Is there enough memory in the 5969? Or could I adjust the memory map to fit SYS/BIOS?
Here is a screenshot of the memory allocation:
Also attached is the project file for this compile. Hope to hear from you soon.