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

correct linker options for BLENANO on gcc

Hello

I am using this tutorial blog.blecentral.com/.../ to configure my BLENANO to work on eclipse whith gcc toolchain. I am using the latest SDK which has the softdevice s130 in it version 2.0.0) what are the correct linker definitions to use the softdevice s130 and BLENANO ?

(the original defintions are: FLASH (rx) : ORIGIN = 0x1b000, LENGTH = 0x25000 RAM (rwx) : ORIGIN = 0x20002080, LENGTH = 0x5f8 )

Thanks

Related