This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

NCS undefined reference to `nrf_gpio_pin_set'

Hi,

NCS1.9.1

        nrf_gpio_cfg_output(6); 
        nrf_gpio_pin_set(6); 
CONFIG_GPIO=y
CONFIG_GPIO_NRFX=y
   

undefined reference to `nrf_gpio_pin_set'

Is it a missing configuration?

   

thanks

Best Regards

Related