2021-03-30 08:57 AM
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
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
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