2015-05-07 02:55 AM
Hello! I'm using a STM32CubeMX v4.7.1. I need to support a USB HOST MSD class in my application. So, i've included USB HOST IP, selected a peripheral and generated IAR project. I've tried to run it with USB flash drive with no success. But after editing a &sharpdefine USBH_MAX_SIZE_CONFIGURATION to 512, the HOST started to work. STM32CubeMX don't allows to edit this value more than 255.
#cube-usb-host