Skip to main content
Visitor II
May 7, 2021
Question

Cannot run STM32H750 Discovery Ethernet examples in LQFP144 CPU.

  • May 7, 2021
  • 3 replies
  • 667 views

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)

    This topic has been closed for replies.

    3 replies

    Super User
    May 8, 2021

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

    LMI2Author
    Visitor II
    May 8, 2021

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

    Super User
    May 8, 2021

    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.