cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F746G-DISCO, STM32CubeIDE 1.6.0, FreeRTOS, Windows 10

ADębs.1
Senior

Hi

Why is FreeRTOS not working?

Andrzej

1 ACCEPTED SOLUTION

Accepted Solutions

Great news! Thank you for the information

View solution in original post

3 REPLIES 3

Hello @Andrzej Dębski​,

I followed the steps in the video but unfortunately I can't reproduce your problem.

Can you please share your example for further check?

BeST Regards,

Walid

ADębs.1
Senior

Hi

I found the cause. I did not add in main.c

#include "FreeRTOS.h"

#include "queue.h"

#include "task.h"

I thought it generated automatically when adding RTOS

greetings

Andrzej

Great news! Thank you for the information