Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a separate directory and clone the FreeRTOS project for the STM32H7-SOM from the common STM32CubeH7 repository:

    Code Block
    $ mkdir stm32h7-som
    $ cd stm32h7-som
    $ git clone https://gitlab.com/emcraft/STM32H7/STM32CubeH7.git -b master-1.11.0-cubeideemcraft-projects
    
  2. Start STM32CubeIDE and select a workspace directory. The workspace directory is an arbitrary directory, different from the directory where your source file is located.

  3. Click File->Open Projects from File System:

    image-20240523-104312.pngImage RemovedScreenshot from 2024-05-30 16-38-09.pngImage Added

  4. Select <STM32CubeH7 path>/Projects/STM32H7_SOM/Applications/FreeRTOS/freertos_stm32h750/SW4STM32/STM32H750-SOMfreertos_stm32h7_som path and click Finish.

5. Building the Project

  1. In Project Explorer double click to the freertos_stm32h7_stm32h750som.ioc file to activate the Device Configuration Tool:

    image-20240523-104400.pngImage RemovedScreenshot from 2024-05-30 16-45-17.pngImage Added

  2. Click Project->Generate Code or press Alt-K to generate C-files from the .ioc file.

  3. Click Project->Build Project or press Ctrl-B to start building.

  4. Select the Console tab and check the output:

    image-20240523-104421.pngImage RemovedScreenshot from 2024-05-30 16-54-48.pngImage Added

  5. If needed, find the executable binaries in the Debug subfolder of the FreeRTOS project directory.

...

  1. Click the Debug button at the top panel:

    image-20240523-104609.pngImage Removed


    Screenshot from 2024-05-30 17-13-27.pngImage Added

  2. Apply the launch configuration if prompted:

    Screenshot from 2024-05-30 17-19-33.pngImage Added

  3. Select Remember my decision and switch to the Debug Perspective if prompted:

    image-20240523-104540.png
  4. Wait for the STM32CubeIDE to write the firmware image to the target via ST-Link and stop at the main() function:

    image-20240523-104643.pngImage RemovedScreenshot from 2024-05-30 17-21-27.pngImage Added

  5. Proceed to execute you program with steps, put breakpoints, and examine variables.

...

This section lists known problems and limitations of this project configuration.

...

.

  1. LCD is not supported.

  2. U-Boot environment and reliable upgrade are not available because the U-Boot boot loader has been removed.