Question
STM32CubeMX FATFX + FreeRTOS
Posted on August 31, 2016 at 14:50
Hello!
I use STM32CubeMX, STM32F429ZIT microcontroller project contains FATFX and FreeRTOS. I have three questions:1) When the STM32CubeMXcode generates function MX_FATFS_Init () is in the code void StartDefaultTask (void const * argument). I want to place MX_FATFS_Init () in main (). How do I do it?2) How to pass an argument to a function void StartDefaultTask (void const * argument) and the description of the creation of the task?3) How to enable STemWin in STM32CubeMX project?Help please.Best Regards!Vadim #stm32cubemx-fatfx-freertos