Skip to main content
VBout.2
Associate
November 19, 2022
Question

Please help run the example 'FreeRTOS' from 'Example Selector' on STM32H735G-DK board, can't understand how to configure it and where to find 'memory.h' file

  • November 19, 2022
  • 3 replies
  • 1044 views

Hello

I have asked a question in another topic - please answer to it

Thank you

This topic has been closed for replies.

3 replies

ST Technical Moderator
November 23, 2022

Hello @VBout.2​,

The FreeRTOS example from 'Example Selector' for STM32H735G-DK is not supported by STM32CubeMX.

0693W00000WJJbMQAX.pngYou can start your project from scratch following the instructions to configure FreeRTOS in the section 4.4.15 FreeRTOS configuration panel, in the UM1718.

You can also refer to the working example available in the STM32CubeH7 MCU package:

\Projects\STM32H735G-DK\Applications\FreeRTOS

You can modify this working application depending on your needs.

When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
VBout.2
VBout.2Author
Associate
November 24, 2022

@Imen DAHMEN​ 

I have use STM32CubeIDE, not CubeMX

I try to run the example on STM32H735G-DK board

The CubeH7 is already installed as a package under CubeIDE

but I still don't understand how to run FreeRTOS example with my STM32H735G-DK board, which project, and how I need to open or import or make with 'Example Selector'

Thank you

VBout.2
VBout.2Author
Associate
November 28, 2022

It is possible to run LedToggle and FreeRTOS demos with the following config:

#define CODE_AREA USE_INTERNAL_SRAM
#define DATA_AREA USE_INTERNAL_SRAM
/*#define BINARY_AREA USE_SDMMC*/

?

#STM32CubeIDE​ #STM32H7​