2022-11-19 01:55 AM
Hello
I have asked a question in another topic - please answer to it
Thank you
2022-11-23 01:26 AM
Hello @VBout.2,
The FreeRTOS example from 'Example Selector' for STM32H735G-DK is not supported by STM32CubeMX.
You 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
2022-11-24 02:38 PM
@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
2022-11-28 02:33 AM
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