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
  • Hi.

    Did you use the example located in \nrf5_SDK_for_Mesh_v2.2.0_src\examples\experimental_dimming\dimming_server ?

    This example should compile without any issues. Have you made any modifications to the code? Could you paste the error code?

    If you are unsure, could you try to download the SDK zip file again here, unzip it, locate nrf5_SDK_for_Mesh_v2.2.0_src\examples\experimental_dimming\dimming_server, open the project again and recompile. Does it still give you an error?

    - Andreas

  • yes I am testing the 

    • nrf5_SDK_for_Mesh_v2.2.0_src\examples\experimental_dimming\dimming_server  example 

      I have attached the error image and I did same extracted the rar file in other folder and re compile same code gave same error.

      Thanks for quick reply

Reply Children
Related