问题:

..\OBJ\MALLOC.axf: Error: L6220E: Load region LR_IROM1 size (524748 bytes) exceeds limit (524288 bytes). Region contains 332 bytes of padding and 0 bytes of veneers (total 332 bytes of linker generated content).

只读ROM超过512K的限制。


LR_IROM1 : load region 

Program Size: Code=204486 RO-data=316534 RW-data=3868 ZI-data=930876  

Program Size: Code=204486 RO-data=316534 RW-data=3868 ZI-data=931132  

Program Size: Code=204486 RO-data=316534 RW-data=3868 ZI-data=931644  


CODE+RO-data <= flash 512K

RW-data + ZI-data <=SRAM 1M


【EWMIN】移植问题:RO空间不够

STM32F103ZET6

片上资源:

FLASH:512K    (0x80000)(0x0800 0000 ---0x0808 0000) 主存:256页,每页2K,共512K

SRAM:64K       (0x10000)(0x2000 0000 ---0x2001 0000)

【EWMIN】移植问题:RO空间不够





相关文章:

  • 2021-09-05
  • 2021-12-05
  • 2021-07-29
  • 2021-04-05
  • 2021-09-30
  • 2021-05-21
  • 2022-01-02
  • 2022-12-23
猜你喜欢
  • 2021-11-17
  • 2022-12-23
  • 2021-09-07
  • 2021-06-14
  • 2022-02-15
  • 2021-07-05
相关资源
相似解决方案