drivers: spi_nrfx_spim: Incorrect handling of extended SPIM configuration #21126
Labels
area: Drivers
area: SPI
SPI bus
bug
The issue is a bug, or the PR is fixing a bug
platform: nRF
Nordic nRFx
priority: medium
Medium impact/importance bug
Describe the bug
Extended SPIM configuration (needed by the
SPI_3_NRF_RX_DELAY
Kconfig option) is not handled correctly inspi_nrfx_spim.c
. In result, no other SPIM instance can be enabled together with SPIM3.To Reproduce
hello_world
sample, add the following lines toprj.conf
:and create a file named
nrf52840_pca10056.overlay
with the following content:nrf52840_pca10056
board:Expected behavior
Successful build.
Impact
showstopper
Screenshots or console output
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: