Skip to main content
PZamb.2
Associate III
August 30, 2023
Question

Update USB HOST library in STMcubeIDE

  • August 30, 2023
  • 2 replies
  • 1560 views

Hi

I use the USB Host library in some project with STMCUBEIDE , the processor is STM32F779AIYx.

The code generator use USB host library 1.0 that have one bug at the line 561 , I must replace this line only time that update my code.

I see that there is a new library 3.1 to Github but I don't konow how is possible update the CubeIde library.

In the Library managment this library is not update.

There is some way to fix?

    This topic has been closed for replies.

    2 replies

    Pavel A.
    Super User
    August 30, 2023

    If you want to try the new version of the USB "middleware", just save the current library aside and copy the new version in its place. Unfortunately the IDE won't do this automatically. People also use version control tools to fork and patch the Cube "firmware packages".  

    PZamb.2
    PZamb.2Author
    Associate III
    September 18, 2023

    I'm surprise that the development team don't correct this bugs and the versions of libraries, this mode lose time of development and can be prefer other platform.