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

Blinky code is stating an error as a undefined reference to nrf_delay_ms?

I am running the Blinky code provided in nRF52 SDK examples.I am not able fix this error pointing at nrf_delay_ms. This function is hard to explain. Moreover I don't know where does blink code Blinky_error.zipcame from?

I am attaching my project.blinky.zip

Parents
  • Can you upload your project, including all source code, Makefile etc. so that we can better understand what is happening?

    The screenshot in "error file.png" seems to show the main.c from the Blinky Example in nRF52 SDK 0.9.2. I see that you use Eclipse, so I assume you also use GCC? I have no problems building the unmodified example by running make from examples\peripheral\blinky\pca10036\blank\armgcc on my side.

    In the other screenshot, "Error file-2.png", you use a C++ blink implementation that is not part of the SDK, so it is difficult to assume anything about your project.

Reply
  • Can you upload your project, including all source code, Makefile etc. so that we can better understand what is happening?

    The screenshot in "error file.png" seems to show the main.c from the Blinky Example in nRF52 SDK 0.9.2. I see that you use Eclipse, so I assume you also use GCC? I have no problems building the unmodified example by running make from examples\peripheral\blinky\pca10036\blank\armgcc on my side.

    In the other screenshot, "Error file-2.png", you use a C++ blink implementation that is not part of the SDK, so it is difficult to assume anything about your project.

Children
No Data
Related