Browse Source

Merge pull request #47 from mjs513/master

T4 correction to SPI1 mux table
main
Paul Stoffregen 5 years ago
parent
commit
69f30c6a78
No account linked to committer's email address
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