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

where is GPIO_WAKEUP_BUTTON_WITH_PULLUP_CONFIG?(sdk v5.0.034603)

why not include GPIO_WAKEUP_BUTTON_WITH_PULLUP_CONFIG in "app_util.h"?

Parents
  • In the nrfSDK is this macro identified?

    devzone.nordicsemi.com/.../a00125.html

    under API reference I find alot of higher level functions ex: app_button_init

    But I can't find the macros that are for lower level functionality. I suppose things that begin with nrf_ are lower level when compared to things tagged app_? Is this the logic behind the nomenclature?

    In the sdk is there any mention of the macros included in nrf_gpio.h?

    One last question. The nrf_gpio_cfg_sense_input macro is sufficient to enable wake on gpio pin then? No need to use app_button_init or app_button_enable? Those are for application based functionality occurring during system on?

    Trying to make sense of this all. Thanks

Reply
  • In the nrfSDK is this macro identified?

    devzone.nordicsemi.com/.../a00125.html

    under API reference I find alot of higher level functions ex: app_button_init

    But I can't find the macros that are for lower level functionality. I suppose things that begin with nrf_ are lower level when compared to things tagged app_? Is this the logic behind the nomenclature?

    In the sdk is there any mention of the macros included in nrf_gpio.h?

    One last question. The nrf_gpio_cfg_sense_input macro is sufficient to enable wake on gpio pin then? No need to use app_button_init or app_button_enable? Those are for application based functionality occurring during system on?

    Trying to make sense of this all. Thanks

Children
No Data
Related