STM32F746G-Discovery demo project import problem

Sysprogs forums Forums VisualGDB STM32F746G-Discovery demo project import problem

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10113
    steve harris
    Participant

    I have been trying to import the ST demo project for the STM32F476G-DISCO board.

    I’ve downloaded the latest STM32CubeF7 package from http://www.st.com/en/embedded-software/stm32cubef7.html

    Then tried to use VisualGDB to import the project structure. The resulting project does not compile and seems to be missing many of the include directory references. The folder I am trying to import is \STM32Cube_FW_F7\Projects\STM32746G-Discovery\Demonstration\MDK-ARM, which includes the uVision project file.

    Any help on how to import this demonstration project and get it to compile properly would be appreciated.

    #10121
    support
    Keymaster

    Hi,

    When you are importing 3rd-party projects, VisualGDB indeed cannot automatically guess the include directories and preprocessor macros used for building the project as they are stored in different formats for different project types.

    We would recommend simply importing the project via the import wizard and then using the automatic header directory discovery to quickly fix the missing include directories.

    You can get a quick overview of the import process in this tutorial: http://visualgdb.com/tutorials/arm/stm32/cube/

    Please note that if you are importing a Keil project, you would need to replace the assembly files (.S) with the ones compatible with GCC. STM32 examples usually contain them in a separate subfolder.

    If the project still does not build after following these steps, please share the error messages you get and we will suggest how to resolve them.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.