Question
usb host fat32 does not work with freeRTOS
I have stm32f429discovery and i used stm32cubeMx to set up usb host with fast32. when I connect flash it works OK. but when I configure freeRTOS it didn't work. when i debug it, I found it go to "HardFault_Handle" loop.
i increase heap and stack size to 0x400 and 0x800 respectively but still I have that problem.
i attach "usb_host.c" and "cub.ioc" files
