Hi,
I am using NRF52832 for development without bluetooth SDK, NFC and RTC.
I am using a development board with SPI and a slave device that can communicate normally (using easy dma).
SCK---p0.29 MOSI---p0.31 MISO---p0.30 CS---p0.6.
Later we made a circuit board, SPI wiring was changed, the program was not changed, but the interface setting of SPI was changed.
SCK---p0.0 MOSI---p0.2 MISO---p0.1 CS---p0.12.
But his communication is not normal, Spi lead pin has been changed.No changes have been made to the program except for the spi pin number setting.Do i need additional configuration when using p0.0 p0.1 as the peripheral IO?I used nrf5_sdk_15.2.0_9412b96
Thanks