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

Eclipse: region ram overflow

i am working with eclipse. i want to create a binary file. after successfully creating the .elf file eclipse displays a make error saying region ram overflow by so and so bytes. what should i do?

Parents
  • i verified that the .elf file isn't being created. the error occurs while creating the file. .map file is being created. it says : ram origin: 0x82000000 length:0x00007800 usrstack origin: 0x82007800 length: 0x00005000 how do i allocate more ram space to eclipse?

    The ram origin and length is wrong. Are you using the linker script in the SDK? You can import the gcc_nrf51_common.ld linker script in the "components/toolchain/gcc" folder to eclipse.

Reply
  • i verified that the .elf file isn't being created. the error occurs while creating the file. .map file is being created. it says : ram origin: 0x82000000 length:0x00007800 usrstack origin: 0x82007800 length: 0x00005000 how do i allocate more ram space to eclipse?

    The ram origin and length is wrong. Are you using the linker script in the SDK? You can import the gcc_nrf51_common.ld linker script in the "components/toolchain/gcc" folder to eclipse.

Children
Related