Hi,
I'm writing a code and it's getting bigger. I ran into a problem today. Apparently, my code is bigger than the memory defined in my linker script file (.cmd)
Here is a summary.
1) The CCS says my ".text" size = 0x2a039. (-->bigger than before)
2) My ".text" section in the cmd file.
a) before : FLASH1 ~ FLASH6
b) after : FLASH1 ~ FLASH7 (--> I added FLASH7 to accommodate the bigger text size)

Here is the result.
1) No difference. It doesn't make any change. How can I fix this?

Thanks,
Casey
p.s.
I attached linker scripters (before & after) and error messages (before & after).