Skip to main content
Visitor II
January 7, 2020
Question

Just received an STM32H747I-EVAL. Is there a "Quick Start Guide" or such.

  • January 7, 2020
  • 4 replies
  • 798 views

Also when I try to generate code, I get the error below. I won't have ethernet connectivity for two days.

Is there a way around the error using the st link usb port?

    This topic has been closed for replies.

    4 replies

    PAngl.14Author
    Visitor II
    January 7, 2020

    ​The message says "The Firmware Package (STM32Cube FW_H7 V1.5.0 ... is not available in your STMCubeMX Repository....."

    Graduate II
    January 7, 2020

    There is a manual for the board, and a selection of examples in the current CubeH7 download (.ZIP file). This can also be installed into current versions of CubeMX via "Install from Local" https://www.st.com/en/embedded-software/stm32cubeh7.html

    The boards are really aimed at getting hardware on the desk of developers while their own boards are being designed/finalized. I think there is a general expectation that you have embedded programming and tool chain experience, and can read a schematic. If the hw/sw responsibility is split over multiple engineers, or a team, perhaps work with them.

    You could perhaps look at YouTube for videos about the EVAL, DISCO or NUCLEO boards, not sure how much coverage the H747I will have.

    Other than that perhaps talk to your local ST sales office and support engineers. They might be able to provide some more hands-on training.

    PAngl.14Author
    Visitor II
    January 7, 2020

    ​I have used other eval boards from ST.

    They usually had a bare minimum of documentation (card board insert in the plastic package) that detailed which GPIO each user LED was connected to.

    I figured that out by looking at the schematic.

    Likewise, I have never worked at a place that took two days for an additional network connection.

    Hence the question about downloading the missing files via the usb connection.

    PAngl.14Author
    Visitor II
    January 7, 2020

    ​And thanks for the link.