This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

help calculating code size

I get a message: Error: L6407E: Sections of aggregate size 0x1a968 bytes could not fit into .ANY selector(s).

My stm32f has 4 selectors of 16 and one 64. Sector 0 is used for an emulated eeprom.

0000 - 4000 emulated eeprom 16k
4000-8000 16k
8000-c000 16k
c000-10000 16k
10000 - 20000 64k

I should have 1C000 available. Why does it not fit?