Skip to main content
Graduate II
June 1, 2023
Solved

Example of code for reading usb for evaluation board STM32F29disco 1 (new version with display)

  • June 1, 2023
  • 1 reply
  • 1039 views

Hi amazing community..

I am searching a repo for testing the usb reading function (usb host) for my new evaluation board stm32F429disco1 (the new version with display) .

I have just found examples for the older version of the evaluation board.

Can you provide a link or exact website with this example ?

Thanks

    This topic has been closed for replies.
    Best answer by waclawek.jan

    > I am searching a repo

    What is a repo?

    > for testing the usb reading function (usb host)

    There's no reason to call USB host "reading function".

    > (the new version with display)

    All versions of the 'F429 Disco are with display. The User Manual for this board lists the differences between historical versions, and there's no difference as far as its USB part is concerned.

    Here is an USB Host example for this board.

    JW

    1 reply

    Super User
    June 1, 2023

    > I am searching a repo

    What is a repo?

    > for testing the usb reading function (usb host)

    There's no reason to call USB host "reading function".

    > (the new version with display)

    All versions of the 'F429 Disco are with display. The User Manual for this board lists the differences between historical versions, and there's no difference as far as its USB part is concerned.

    Here is an USB Host example for this board.

    JW

    SGasp.1Author
    Graduate II
    June 1, 2023

    Hi @Community member​ ... thanks a lot for the link.. very kind.. i cannot see the ioc (cube mx) file related to this example... do you know where i can find it ?

    Thanks a lot

    Super User
    June 1, 2023

    Maybe there is none, many of the examples were written before CubeMX.

    JW