STM32f401RC USB mass storage host issue?
I am using an stm32f401rc microcontroller, peripheral USB mass storage host is not detected, I am generating code as per the USB MSC HOST labs document.MX_USB_HOST_Process(); switch(Appli_state) { case APPLICATION_IDLE: break; case APPLICATION_START:...