Error[e16]: Segment NEAR_Z (size: 0x16d align: 0) is too long for segment definition. At least 0x83 more bytes needed. 

The problem occurred while processing the segment placement command 

"-Z(DATA)NEAR_I,NEAR_Z,NEAR_N=_..X_SRAM_BASE-_..X_SRAM_END", where at the moment of placement the 

available memory ranges were "DATA:376-45f"

Reserved ranges relevant to this placement:

DATA:60-7f           CSTACK

DATA:80-9f           RSTACK

DATA:a0-45f          NEAR_I

Error while running Linker

 

主要原因是:RAM的使用容量超出芯片的RAM容量;

解决办法:优化代码

相关文章:

  • 2021-12-02
  • 2021-11-30
  • 2022-01-17
  • 2021-09-04
  • 2022-12-23
  • 2021-05-23
  • 2022-12-23
  • 2021-10-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-01
  • 2022-12-23
  • 2021-10-28
  • 2022-12-23
相关资源
相似解决方案