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

How to configure default state of GPIO ouput

Working with NRF5 SDK 15.0.x, if I configure an GPIO as output, its initial state is low. I can set it high after configuration, but it is briefly low. Is there anyway to configure the initial state to be high/set before the pin is connected as ouput using the SDK?

Thanks

Related