Example of code for reading usb for evaluation board STM32F29disco 1 (new version with display)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-01 12:09 AM
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
Solved! Go to Solution.
- Labels:
-
STM32F4 Series
-
USB
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-01 2:06 AM
> 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-01 2:06 AM
> 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-01 2:27 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-01 2:29 AM
Maybe there is none, many of the examples were written before CubeMX.
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-01 3:08 AM
Thanks @Community member​ .. the example works fine.. when i tried to start the project from cube mx i am facing many issues..strange they didin't create an ioc example for usb host with related code..
