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

nrf51-ble-app-lbs

Since there is no examples folder with Keil 5.14 anymore, where do you place this repository so the links work? Trying to fix all the directory structures is very painful and is resulting in many errors during compiling. I have a folder structure (Windows 7) with Nordic\nrf51822 and I just need to know the best place to place the directories for this. Or can someone make a new repo that has all the linking setup correctly?

This no longer exists: "To compile it, clone the repository in the [SDK]/examples/ble_peripheral folder."

github.com/.../nrf51-ble-app-lbs

Parents
  • Which one would you recommend? I have tried including all the files and folders so the linking is all correct now. I am getting tons of errors still though. See below. Does anyone have a simple example that has all the files in the project instead of linking to different directories? I have a feeling it is linking to previous SDK versions on accident.

    ave tried

  • Why is the "nrf51-ble-app-lbs" not included in the examples? Or am I not finding it? I can compile all the other examples just fine but if I place the "nrf51-ble-app-lbs" in the folder "\examples\ble_peripheral" I still get errors. Has anyone been able to get this to compile? This should be so simple I figured it would be in the SDK examples but it is missing. I have added the GCC folder to the includes to remove the CM0 error.

    Now I get the following errors:

    ._build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_in_event_disable (referred from app_button.o).

    ._build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_in_event_enable (referred from app_button.o).

    ._build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_in_init (referred from app_button.o).

    ._build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_in_is_set (referred from app_button.o). ._build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_init (referred from app_button.o). ._build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_is_init (referred from app_button.o).

Reply
  • Why is the "nrf51-ble-app-lbs" not included in the examples? Or am I not finding it? I can compile all the other examples just fine but if I place the "nrf51-ble-app-lbs" in the folder "\examples\ble_peripheral" I still get errors. Has anyone been able to get this to compile? This should be so simple I figured it would be in the SDK examples but it is missing. I have added the GCC folder to the includes to remove the CM0 error.

    Now I get the following errors:

    ._build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_in_event_disable (referred from app_button.o).

    ._build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_in_event_enable (referred from app_button.o).

    ._build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_in_init (referred from app_button.o).

    ._build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_in_is_set (referred from app_button.o). ._build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_init (referred from app_button.o). ._build\ble_app_lbs.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_is_init (referred from app_button.o).

Children
No Data
Related