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

SDK 7.0.1 HAL functions documentation

I can't find documentation for the HAL functions in the latest 7.0.1 SDK Specifically the functions in nrf_gpiote.h

C:\Keil_v5\ARM\Pack\NordicSemiconductor\nRF_Drivers\1.1.0\hal

I did find some in a previous SDK, for example:

...   nRF51_SDK_4.4.2_33551/Documentation/html/group__nrf__gpiote.html

Will this documentation be added into a future version of the SDK?

Parents Reply Children
  • Thanks RK, but that is not the missing documentation. What you have pointed to is the APP functions. As my question title states, I am looking for the HAL functions, which are lower level.

    In the SDK 4.4.2 documentation you can find it on the following path:

    nRF51 SDK->Modules->nRF51 Series->Drivers->GPIOTE abstraction

    It lists 2 enums and 3 functions, such as nrf_gpiote_task_config

    If you search the current docs (installed or online) you get no matches. In prior docs, you get the docs at the above detailed path.

    In the current 7.0.1 docs, the closest thing is on this path:

    nRF51SDK-S110 Softdevice->API Reference->nrf51SDK->PeripheralDrivers->GPIOTE abstraction

    It lists the 2 enums but not the 3 functions that use these enums.

    Same problem with the entry for GPIO abstraction, there are 17 functions without docs.

Related