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

nrf51822 mesh SDK v1.0.0 compile warning

I download the mesh sdk from: http://www.nordicsemi.com/eng/nordic/Products/nRF5-SDK-for-Mesh/nRF5-SDK-for-Mesh/62377 Compile the light_switch/server project for nrf51422_s130 with SES, got the warning:

Linking light_switch_server_nrf51422_xxAC_s130_2.0.1.elf
cannot find entry symbol reset_handler; defaulting to 000000000001b25c

and the mcu can not work successfully on PCA10028. Any problem in the SDK?

image description

Parents
  • I found the same problem.I downloaded SDK and open it with SES. After that, I clicked rebuild button. A warning message was shown.

    Linking light_switch_client_nrf52832_xxAA_s132_5.0.0.elf
    cannot find entry symbol reset_handler; defaulting to 00000000000232c4
    

    And I think MCU is not working.Because there is a part of the code to turn first led on in the main function. But nothing happens.

    /* Set the first LED */
    hal_led_pin_set(BSP_LED_0, true);
    
Reply
  • I found the same problem.I downloaded SDK and open it with SES. After that, I clicked rebuild button. A warning message was shown.

    Linking light_switch_client_nrf52832_xxAA_s132_5.0.0.elf
    cannot find entry symbol reset_handler; defaulting to 00000000000232c4
    

    And I think MCU is not working.Because there is a part of the code to turn first led on in the main function. But nothing happens.

    /* Set the first LED */
    hal_led_pin_set(BSP_LED_0, true);
    
Children
No Data
Related