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

build error for light_switch_dimming_server example of ble_mesh2.2 that timer 2_irq_handler

Hi all,

I am having build error of example light_switch_dimming_server  in mesh sdk 2.2 that timer 2_irqhandler multiple define it is define in 

D:/../../nrf5_SDK_for_Mesh_v2.2.0_src/mesh/bearer/src/bearer_handler.c:void BEARER_ACTION_TIMER_IRQHandler(void)                   function and also redefine in 

void nrfx_timer_2_irq_handler(void)  in nrfx_timer.c file how to solve this error?

Parents Reply
  • Hi.

    I think your problem has to do with how you placed the SDK on the harddrive.

    Try this:

    1. Create a folder in for example your C drive called NordicSemi

    2. Place both the SDK 15 and SDK Mesh 2.2 under this folder.

    You can find SDK 15 if you dont already have it here, just unzip and place it under the folder you named NordicSemi.

    And you can find SDK for Mesh 2.2 here, just unzip and place it under the folder you named NordicSemi.

    Now you should not have to include paths to either header files or c files when you open the light_switch_dimming_server example project.

    Hope this works.

    - Andreas

Children
Related