Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nrf noup] soc:nordic:nrf54l Fix for arch_busy_wait on 54l with tfm #2256

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

degjorva
Copy link

Noup as it patches code that does not exist in zephyr.
arch_busy_wait waited half the expected time due to SystemCoreClock
being set back to the default value when ns builds.
Changed to rely on device tree as to avoid hardcoded clock frequencies

soc/nordic/nrf54l/soc.c Outdated Show resolved Hide resolved
soc/nordic/nrf54l/soc.c Outdated Show resolved Hide resolved
soc/nordic/nrf54l/soc.c Outdated Show resolved Hide resolved
soc/nordic/nrf54l/soc.c Outdated Show resolved Hide resolved
Noup as it patches code that does not exist in zephyr
arch_busy_wait waited half the expected time due to SystemCoreClock
being set back to the default value when ns builds.
Changed to rely on device tree as to avoid hardcoded clock frequencies

Signed-off-by: Dag Erik Gjørvad <dag.erik.gjorvad@nordicsemi.no>
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.

2 participants