Hello Everyone,
I am using MSP432E401Y microcontroller for developing IoT based application.
Use of sprintf statement multiple time (approx 80-90 times), in a project, gives me an error: program will not fit into available memory. placement with alignment fails for section ".const"
Even though I have a plenty of free memory space available as shown below:
MEMORY CONFIGURATION
name origin length used unused attr fill
---------------------- -------- --------- -------- -------- ---- --------
FLASH 00000000 000d0000 00055556 0007aaaa R X
USER_SEC1 000d0000 00004000 00000000 00004000 R X
USER_SEC2 000d4000 00008000 00002488 00005b78 R X
SRAM 20000000 00040000 00036010 00009ff0 RW X
EXT_RAM 60000000 00800000 000b1d34 0074e2cc RW X
kindly suggest me solution for the same.