LS1046A SPI/EMMC Pin Multiplex

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LS1046A SPI/EMMC Pin Multiplex

Jump to solution
1,043 Views
tian_shuliang
Contributor I

In LS1046A datasheet, SPI_PCS[0-3] and SDHC_DAT[4-7] are multiplexes。

If I want to use 8bit EMMC and SPI interface at the same time, how to design on hardware? Does the software have a corresponding driver?

pastedImage_1.png

0 Kudos
1 Solution
928 Views
r8070z
NXP Employee
NXP Employee

SPI shares signals with eSDHC in way that prevents using 8-bit eMMC and SPI at the same time. Functionality of SPI_PCS[0-3]/SDHC_DAT[4-7] pins is determined by the configuration word (RCW). The RCW is read from some nonvolatile memory on power-on reset (PORESET) only. The PORESET causes the chip to abort all current internal and external transactions and set all registers to their default values.

View solution in original post

0 Kudos
1 Reply
929 Views
r8070z
NXP Employee
NXP Employee

SPI shares signals with eSDHC in way that prevents using 8-bit eMMC and SPI at the same time. Functionality of SPI_PCS[0-3]/SDHC_DAT[4-7] pins is determined by the configuration word (RCW). The RCW is read from some nonvolatile memory on power-on reset (PORESET) only. The PORESET causes the chip to abort all current internal and external transactions and set all registers to their default values.

0 Kudos