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?
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?
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.
Okay I will try it. Thanks a lot. Can I increase the size of the memory allocated to eclipse as a solution?
Okay I will try it. Thanks a lot. Can I increase the size of the memory allocated to eclipse as a solution?