cancel
Showing results for 
Search instead for 
Did you mean: 

Conflict on STM32H745i-DISCO between ADC-IN10 (PC0) and ethernet MII?

JPark.28
Associate II

In STM32CubeIDE 1.7.0, when I enable ethernet MII, I get a conflict on several ADC inputs, but in particular on IN10 (PC0) which is hardwired to the Arduino connector ARD_A0 and does not go anywhere near the ethernet interface.

Any ideas how this can be corrected?

Thanks

John

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

The warning is letting you know that the IN11 pin is used by MII so IN10 can't be enabled in differential mode. You can enable it in single-ended mode without issue.

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

5 REPLIES 5
JPark.28
Associate II

Oh, and some more details - the ethernet interface is mapped to the M7 and the ADCs are mapped only to the M4 core.

The code generation runs without error and the code looks like it will work.

I'm just curious why the conflict is being generated!

MM..1
Chief II

How conflict you mean red or yellow?

JPark.28
Associate II

Hi MM

Yellow and a message "IN10 Conflict with ETH:Mode MII"

TDK
Guru

The warning is letting you know that the IN11 pin is used by MII so IN10 can't be enabled in differential mode. You can enable it in single-ended mode without issue.

If you feel a post has answered your question, please click "Accept as Solution".
JPark.28
Associate II

Aha!

Thanks TDK - slightly more verbose warnings would be useful!

Kind regards

John