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

ble_radio_notification.h import problem

Hi,

I am trying to work with ble_radio_notification.h. When I import this file to my main.c, I have "No such file or directory error". When I try to add it to nRF_BLE folder manually, Keil shows me that it already exists and I can not add it. In addition, it is not shown in my project tree. I am using SDK 11, Keil, nRF51 DK and s130 softdevice. Changes are made on top of example code. How can I solve this problem? Is it a bug or I am doing something wrong?

Parents
  • No, I did not have it. I have added it. In addition I have removed my old ble_radio_notification files froms SDK 11 with new files from the thread that you have mentioned. Now I still have line #include "ble_radio_notification.h" higlited as wrong, but the error is: ._build\nrf51422_xxac_s130.axf: Error: L6218E: Undefined symbol ble_radio_notification_init (referred from main.o). Not enough information to list image symbols. I have no idea what does it mean in my case.

Reply
  • No, I did not have it. I have added it. In addition I have removed my old ble_radio_notification files froms SDK 11 with new files from the thread that you have mentioned. Now I still have line #include "ble_radio_notification.h" higlited as wrong, but the error is: ._build\nrf51422_xxac_s130.axf: Error: L6218E: Undefined symbol ble_radio_notification_init (referred from main.o). Not enough information to list image symbols. I have no idea what does it mean in my case.

Children
No Data
Related