nrf5340 SPI

Hello All,

I'm currently now on the initial phase of development and i wanna to stream 2xIMU data through SPI as for now if i connect only one IMU as Follow

P1.15 SCL

P1.14 SD0

P1.13 SDA

P1.12 SC

I can get the data but , If i change these pins in my overlay file  by configuring other pins which support SPI i can't get any data through the serial terminal. as per the datasheet the nrf5340 can support up to 4 SPI controller. 

  1. SPI0:

    • MOSI (Master Out Slave In): P0.11
    • MISO (Master In Slave Out): P0.12
    • SCK (Serial Clock): P0.13
    • CSN (Chip Select): Configurable, any available GPIO pin can be used
  2. SPIM1:

    • MOSI: P0.22
    • MISO: P0.23
    • SCK: P0.24
    • CSN: P0.25
  3. SPIM2:

    • MOSI: P0.26
    • MISO: P0.27
    • SCK: P0.28
    • CSN: P0.29
  4. SPIM3:

    • MOSI: P1.00
    • MISO: P1.01
    • SCK: P1.02
    • CSN: P1.03

Could you please advise me what is the problem ??

Regards,
Fabrice

Parents Reply Children
No Data
Related