You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With CONFIG_SOC_FLASH_NRF_RADIO_SYNC_TICKER=y, calling flash_write() after bt_disable() returns -ETIMEDOUT.
This is because the flash driver wants to sync with the BLE ticker (nrf_flash_sync_is_required() returns true), but the ticker is not being triggered because bluetooth is disabled.
Describe the bug
With
CONFIG_SOC_FLASH_NRF_RADIO_SYNC_TICKER=y
, callingflash_write()
afterbt_disable()
returns-ETIMEDOUT
.This is because the flash driver wants to sync with the BLE ticker (
nrf_flash_sync_is_required()
returns true), but the ticker is not being triggered because bluetooth is disabled.Regression
Steps to reproduce
Run the following sample on the NRF52:
Relevant log output
Impact
Functional Limitation – Some features not working as expected, but system usable.
Environment
Zephyr 4.1
Additional Context
No response
The text was updated successfully, but these errors were encountered: