cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot run STM32H750 Discovery Ethernet examples in LQFP144 CPU.

LMI2
Lead

I try to copy Ethernet connections from H750 Discovery board to H750 having LQFP package without any changes. I am not very good at C and even worse Ethernet programming, so I don't want any HW changes.

But 144 pin LQFP doesn't have PH2 MII_CRS and PH3 MII_COL pins. What must be done in Demo SW to have those signals in other pins. Or is it easier to just use LQFP176 package. (When there are any avalaible)

3 REPLIES 3
TDK
Guru

MII_CRS/MII_COL are also available on PA0 and PA3. Configuring it in CubeMX will generate code to initialize them.

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

But what about demo SW and examples, CubeMX is not used with them, is it?

TDK
Guru

Demo SW and examples are never provided as CubeMX projects as far as I am aware. Perhaps it is changing, but it would be the exception and not the rule.

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