Browse Source

correction to SPI1 mux table

main
Mike S 5 years ago
parent
commit
144703127d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      SPI.cpp

+ 3
- 3
SPI.cpp View File

1, 1,
7 | 0x10, 7 | 0x10,
26, 26,
7 | 0x10,
2 | 0x10,
27, 27,
7 | 0x10,
2 | 0x10,
0, 0,
7 | 0x10, 7 | 0x10,
IOMUXC_LPSPI3_SCK_SELECT_INPUT, IOMUXC_LPSPI3_SDI_SELECT_INPUT, IOMUXC_LPSPI3_SDO_SELECT_INPUT, IOMUXC_LPSPI3_PCS0_SELECT_INPUT, IOMUXC_LPSPI3_SCK_SELECT_INPUT, IOMUXC_LPSPI3_SDI_SELECT_INPUT, IOMUXC_LPSPI3_SDO_SELECT_INPUT, IOMUXC_LPSPI3_PCS0_SELECT_INPUT,
1, 1, 0, 0
1, 0, 1, 0
}; };
SPIClass SPI1((uintptr_t)&IMXRT_LPSPI3_S, (uintptr_t)&SPIClass::spiclass_lpspi3_hardware); SPIClass SPI1((uintptr_t)&IMXRT_LPSPI3_S, (uintptr_t)&SPIClass::spiclass_lpspi3_hardware);



Loading…
Cancel
Save