How to generate FreeRTOS project without CMSIS RTOS API?
I have STM32H743ZI nucleo board. I want to generate code from CubeMx with FreeRTOS.
But CMSIS RTOS API is mandotary. I dont want to use CMSIS RTOS API as interface. is there any way to generate code with FreeRTOS without CMSIS RTOS API.
