cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H7S7L8H6H Unable to use Ethernet (RMII) and SDMMC2 at the same time?

sk-st
Associate III

Hello,

 

i try to configure a STM32H7S7L8H6H in CubeMX and it seems that, when Ethernet RMII is configured, SDMMC2 is unusable because there are some pins like PC1 which can't be remapped. Can this be true?

This chip is designed for external memories and i want to use microSD and eMMC.

 

What is the STM32H7S7L8H6HU chip? Is it a improved stepping?

2 REPLIES 2
AScha.3
Chief II

Hi,

we talking about STM32H7S78-DK - right ? or making new board ?

There is SDMMC1 connected , you can use for microSD .

AScha3_0-1713247236766.png

 

>Can this be true?

Yes, if you cannot remap to other pin, because this has already other function you want - this combination not possible then. Maybe you can remap this occupied pin to other pin, then use for the function , that you cannot remap to other.

But for sure - not all combinations of alternative use of pins are possible - that's life . 

 

+ about PC1 : seems, you can use PB2 for RMII :

AScha3_1-1713247343339.png

+

btw

You know, Cube can show you, what remaps are possible for a pin ?

Just in CubeMX (in view of cpu outline) : press + hold Strg (Ctrl) on keyboard, then click mouse on a pin -> all possible remap positions blinking then.  Helps a lot, to find possible remap combinations.

If you feel a post has answered your question, please click "Accept as Solution".
sk-st
Associate III

I found a solution but CubeMX has some pitfalls.

When a pin is relocated, let's say from ETH and ETH is then disabled, the relocated pins are still allocated/not available for other functions.