User Activity

The prototype of the generated function by STM32CubeMx when using FATFS is:int32_t MX_FATFS_Process(void) This cannot be used with FreeRTOS as a task entry function since it has the wrong return and argument type. The function prototype should be :...
Kudos from