This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Linking light_switch_client_nrf52832_xxAA_s132_7.0.1.elf build err

在构建轻型switch客户端时,遇到以下错误

我使用SDK17.0.2,对于网格4.2.0,可以帮我吗?

谢谢。

Parents Reply
  • thanks!I've got the solution

    The following files need to be modified

    1. In the flash_placement.xml file:
    MemorySegment name must be changed from "RAM" to "RAM1":
    <MemorySegment name="RAM1" start="$(RAM_PH_START)" size="$(RAM_PH_SIZE)">

    2. In the .emProject file:
    In "linker_section_placements_segments" you must refer to "RAM1", replacing "RAM":
    linker_section_placements_segments="FLASH RX 0x0 0x100000;RAM1 RWX 0x20000000 0x40000"

    that solved my problem.

Children
Related