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

Setup toolchain to build first example Mesh SDK

Hi all , I am beginning with MESH SDK on Window . I use NRF52832 board with Softdevice S132v3.0 on KeilC5 . I read instructed at infocenter.nordicsemi.com/index.jsp but I dont understand what to install ? Please guide me how to install the tools to build first example Mesh . Thank very much image description

Parents
  • Hi,

    To build the Mesh SDK example applications, a toolchain based on either CMake or SEGGER Embedded Studio is required. For quickly getting the example code up and running with full debug capability, it's easiest to use SEGGER Embedded Studio.

    Please see the SEGGER Embedded Studio website for download and installation instructions.

  • Hi Sigurd, Sorry to bother you again. I built the light_control_client example for the NRF51822_xxAA with the linker options set at FLASH RX 0x00000000 0x00040000 and SRAM RWX 0x20000000 0x00004000 (this is what I used successfully before in Keil). But after I finished building the project it says error: .bss is too large to fit in SRAM memory segment (and it says the same for .heap). I tried optimizing for size but still no luck. Is this example able to be fit on the 51822? The examples solution seems to have a configuration for the 51422_xxAC which I think has twice the amount of SRAM.

Reply
  • Hi Sigurd, Sorry to bother you again. I built the light_control_client example for the NRF51822_xxAA with the linker options set at FLASH RX 0x00000000 0x00040000 and SRAM RWX 0x20000000 0x00004000 (this is what I used successfully before in Keil). But after I finished building the project it says error: .bss is too large to fit in SRAM memory segment (and it says the same for .heap). I tried optimizing for size but still no luck. Is this example able to be fit on the 51822? The examples solution seems to have a configuration for the 51422_xxAC which I think has twice the amount of SRAM.

Children
No Data
Related