Question
creating freeRTOS project for STM32F746ZG board in Visual Studio Code environment
Hey,
I have STM32F746ZG board and want to start a project using freeRTOS in VisualStudioCode environment.
So far I've used stm32cube extension in VScode and imported the project, but the are lot of variables and functions which are not defined ( bad import I assume). Also I need to use FreeRTOS rather than cmsisRTOS. How should I approach this if it's possible at all?
