STM32F746G-DISCO, STM32CubeIDE 1.6.0, FreeRTOS, Windows 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-03-25 9:57 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-05-28 3:45 AM
Great news! Thank you for the information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-05-28 3:05 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-05-28 3:32 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-05-28 3:45 AM
Great news! Thank you for the information
