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

soc: nrf54h: use word accesses to SPI_DW peripheral #72497

Merged
merged 1 commit into from
May 17, 2024

Conversation

e-rk
Copy link
Collaborator

@e-rk e-rk commented May 9, 2024

The nRF54H20 EXMIF peripheral requires word accesses. Doing accesses of byte or half-word sizes results in bus fault.

The nRF54H20 EXMIF peripheral requires word accesses. Doing accesses of
byte or half-word sizes results in bus fault.

Signed-off-by: Rafał Kuźnia <[email protected]>
e-rk added a commit to e-rk/sdk-zephyr that referenced this pull request May 9, 2024
The nRF54H20 EXMIF peripheral requires word accesses. Doing accesses of
byte or half-word sizes results in bus fault.

Upstream PR: zephyrproject-rtos/zephyr#72497

Signed-off-by: Rafał Kuźnia <[email protected]>
carlescufi pushed a commit to nrfconnect/sdk-zephyr that referenced this pull request May 9, 2024
The nRF54H20 EXMIF peripheral requires word accesses. Doing accesses of
byte or half-word sizes results in bus fault.

Upstream PR: zephyrproject-rtos/zephyr#72497

Signed-off-by: Rafał Kuźnia <[email protected]>
57300 pushed a commit to 57300/sdk-zephyr that referenced this pull request May 14, 2024
The nRF54H20 EXMIF peripheral requires word accesses. Doing accesses of
byte or half-word sizes results in bus fault.

Upstream PR: zephyrproject-rtos/zephyr#72497

Signed-off-by: Rafał Kuźnia <[email protected]>
@fabiobaltieri fabiobaltieri merged commit 9cba85b into zephyrproject-rtos:main May 17, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: nRF Nordic nRFx
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants