Skip to content

Conversation

@nordicjm
Copy link
Contributor

@nordicjm nordicjm commented Aug 19, 2025

nrf-squash! [nrf noup] boot: zephyr: Add bm firmware loader code

Delays checking IO button state by 5us after pull-up has been applied to allow time for it to be applied

nrf_gpio_cfg_input(BOARD_PIN_BTN_0, BM_BUTTONS_PIN_PULLUP);

/* Delay 5 us for pull-up to be applied */
k_busy_wait(5);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5 not 10? Commit states 10us.

nrf-squash! [nrf noup] boot: zephyr: Add bm firmware loader code

Delays checking IO button state by 5us after pull-up has been
applied to allow time for it to be applied

Signed-off-by: Jamie McCrae <[email protected]>
@sonarqubecloud
Copy link

@nordicjm nordicjm requested a review from vidarbe August 21, 2025 08:36
@nordicjm nordicjm merged commit 1b1a37f into nrfconnect:main Aug 21, 2025
6 checks passed
@nordicjm nordicjm deleted the bmdelay branch September 23, 2025 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants