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 Reply
  • Hi Giang. All I did was download nrf5_SDK_for_Mesh_v0.9.2-Alpha, unpack it, and open examples/examples.emProject in SES. Rightclick light_control_client or light_control_server and press "set as active project" before compiling. That's as far as I can get. If I put breakpoints in any of the startup.s files, they have a "?" instead of a proper breakpoint. I think something is wrong with the Section Placement Segments, or somewhere where the start of Flash or SRAM is defined.

Children
Related