Any workaround if nRF54L15 P2.08 P2.09 use for SPI (P2.08-MISO, P2.09-MOSI )?

Do you give us some software workaround to use SPI (P2.08-MISO, P2.09-MOSI )

The Hardware design refers to datasheet v0.9, connecting P2.08 as MISO and P2.09 as MOSI. From oscillator we saw CS and CLK signals toggling but the 2 data lines were flat. We found the topic  "">devzone.nordicsemi.com/.../nrf54l-spim00-sdi-sdo-datasheet-contradictions" and also the datasheet v0.10 say the 2 data line connections should be swapped. I'm wondering if there's any workaround in software to fix this, without impacting hardware wiring. I'm asking this because in .overlay file we have defined the pin feature as per hardware design:

spi00_default: spi00_default {
                group1 {
                        psels = <NRF_PSEL(SPIM_SCK, 2, 6)>,
                                <NRF_PSEL(SPIM_MOSI, 2, 8)>,
                                <NRF_PSEL(SPIM_MISO, 2, 9)>;
                };
        };


Parents Reply Children
No Data
Related