cancel
Showing results for 
Search instead for 
Did you mean: 

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

VBout.2
Associate II

Hello

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

Thank you

3 REPLIES 3
Imen.D
ST Employee

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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
VBout.2
Associate II

@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
Associate II

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​