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

Implicit declaration of SoftDevice API functions

Hi,

I try to implement the access to the SoftDevice functions in an application. I started with the TWI example and want to implement fstorage module from the SDK (SDK15.2). I added all header files and now I get a implicit declaration error of the functions which lead to a SVCALL. I'm using GCC compiler.

Can anybody help me? Is there a tutorial how to implement the SD API functions?

Any help would be great!!

Kind regards and thanks in advance

Sascha Schmidt

Parents Reply
  • Hi, thanks for your reply and help!! I found out yesterday evening, that it is not a missing header file but misaligned header files. So the header files must be in the correct order (which was logical to me on closer consideration :))

    Sure it would be easier to take an example where BLE or the SoftDevice is already implemented, but then I won't learn anything about that topic and how it's implemented :) If I found out how the order of the header files must be, I will post it here. Perhaps it then helps other people with the same problems.

Children
No Data
Related