Skip to content

Disable NRF52 undervoltage bootlock feature#2377

Open
fschrempf wants to merge 1 commit intomeshcore-dev:devfrom
fschrempf:dev
Open

Disable NRF52 undervoltage bootlock feature#2377
fschrempf wants to merge 1 commit intomeshcore-dev:devfrom
fschrempf:dev

Conversation

@fschrempf
Copy link
Copy Markdown
Contributor

The NRF52 undervoltage bootlock feature implemented behind NRF52_POWER_MANAGEMENT was introduced in v1.12.

It configures a fixed voltage level of 3.3V and prevents the software from booting if the battery voltage is below that level.

This is problematic for various reasons. The most important one being that it breaks devices that use cell chemistries other than Li-Ion, such as LFP, LTO or SIB which have much lower minimum voltages.

As a quick fix to prevent devices from failing, disable the feature until it has been decided how to handle this in the future and a proper implementation has been provided.

This solves #1572.

The NRF52 undervoltage bootlock feature implemented behind
NRF52_POWER_MANAGEMENT was introduced in v1.12.

It configures a fixed voltage level of 3.3V and prevents the software
from booting if the battery voltage is below that level.

This is problematic for various reasons. The most important one being
that it breaks devices that use cell chemistries other than Li-Ion,
such as LFP, LTO or SIB which have much lower minimum voltages.

As a quick fix to prevent devices from failing, disable the feature
until it has been decided how to handle this in the future and a
proper implementation has been provided.

Signed-off-by: Frieder Schrempf <frieder@fris.de>
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.

1 participant