6 years, 4 months ago.

Using STM USB Host Library

Has anyone tried integrating the STM USB Host Library with mbed? I've got an STM32F4 Nucleo board which works absolutely fine with no problems when I use the library through the MX Cube, but when I pull the libraries into my mbed project, it never gets past the first enumeration device descriptor request. I've seen posts suggesting it could be down to heap/stack size, but my cube project has 1kb of heap/stack, and mbed allocates 4k stack size, so that can't surely be the issue. Any pointers or ideas would be much appreciated!

Be the first to answer this question.