STM32F746G-DISCO, STM32CubeIDE, FreeRTOS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-30 8:57 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-31 10:00 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-31 10:00 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-31 10:14 AM
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
