This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'm trying to determine if two options cause any issues.
1st Option: MMC1 using subset of GPMC
I'm using the GPMC attached to an FPGA, and only really need addresses up to A7.
Can I use the MMC1 and GPMC up to A7?
2nd Option: Subset of MMC0
Can I use only data pins of MMC0 up to Dat3 and still use the GMII1 interface?
Ether one of these results in "conflicts" using the PinMux tool, but I'm wondering if either are ok anyway since I don't actually"need" the other pins.
Hi,
You haven't posted which processor you are using. Please post that and also post the pinmux dat files for both cases.
J Burke said:1st Option: MMC1 using subset of GPMCI'm using the GPMC attached to an FPGA, and only really need addresses up to A7. Can I use the MMC1 and GPMC up to A7?
With this option you will be able to use both MMC1 and GPMC, but GPMC must be in 8-bit non-multiplexed mode.
J Burke said:2nd Option: Subset of MMC0Can I use only data pins of MMC0 up to Dat3 and still use the GMII1 interface?
Yes, this is a valid combination.
In both options I see no conflicts, just take care of the I/O voltages for each pin (VDDSHVx power rails).