Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

cannot find entry symbol reset_handler; not setting start address

I'm importing ble_app_blinky_pca10040_s132  example in segger IDE. I'm using EVK-NINA-B1 and from nRF SDK I'm trying to importing example but getting error as mentioned in heading. When I tried to follow system integration manual as given in website and when I included preprocessor definition as mentioned in manual, I'm getting same error with a lot of warnings.

This is the error I found, when I didn't mentioned any preproecssor definitions

The preprocessor definitions mentioned in manual

Parents
  • It looks like your project does not have the proper startup files suitable for the IDE. I have never imported project from another, so not sure what segger does here. Can you check if the default startup files the SES adds are a bit different than the one that we provide in our SDK? you can check this if you open any SES project example and see which startupfiles are added for that variant.

Reply
  • It looks like your project does not have the proper startup files suitable for the IDE. I have never imported project from another, so not sure what segger does here. Can you check if the default startup files the SES adds are a bit different than the one that we provide in our SDK? you can check this if you open any SES project example and see which startupfiles are added for that variant.

Children
No Data
Related