cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F746G-DISCO, STM32CubeIDE, FreeRTOS

ADębs.1
Senior

Hi

How to quickly configure FreeRTOS to work with the IDE?

Andrzej

1 ACCEPTED SOLUTION

Accepted Solutions
Bouraoui Chemli
ST Employee

Hi @Andrzej Dębski​ 

You can refer to FreeRTOS applications available in STM32CubeF7 via this path STM32Cube\Repository\STM32Cube_FW_F7_V1.16.0\Projects\STM32746G-Discovery\Applications\FreeRTOS

Bouraoui

View solution in original post

2 REPLIES 2
Bouraoui Chemli
ST Employee

Hi @Andrzej Dębski​ 

You can refer to FreeRTOS applications available in STM32CubeF7 via this path STM32Cube\Repository\STM32Cube_FW_F7_V1.16.0\Projects\STM32746G-Discovery\Applications\FreeRTOS

Bouraoui

ADębs.1
Senior

Hi

Thank you. It turned out that in the main.c file I added manually:

#include "FreeRTOS.h"

#include "queue.h"

#include "task.h"

After that it started moving.

Andrzej