USB Host mode Configuration in stm32h503rbt6 controller
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-08 7:27 AM
@hi all,
I newly working in USB Host mode configuration in stm32h503rbt6 controller using Keil software(without Hall code),
this isn't very easy for me, I can't understand, how to use this method.
actually, this implementation is to communicate (stm32 (Host)) with Tablet(device).
I spent one week to USB understand this concept but couldn't, so please can you suggest me and share some notes for achieve this configuration
Thanks,
Solved! Go to Solution.
- Labels:
-
STM32H5 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-01 12:11 PM
You are welcome @Mohan30
If you need example for device STM32CubeH5/Projects/NUCLEO-H503RB/Applications/USBX/Ux_Device_CDC_ACM at main · STMicroelectronics/STM32CubeH5 (github.com)
For host mode, I can share with you this example
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-27 6:10 AM
Hi @Mohan30
Which board are you using? I suggest you following the workshop on H5 STM32H5 workshop - 09 USB - USBX-CDC lab (experts) (youtube.com) If using Nucleo-H503, USB Host configuration is not recommended because it is not USB-C® compliant.
However, if you would you like to use it for testing purposes you should set the following solder bridges :
- SB1 and SB7 ON
- SB14 ON
- SB4 and SB8 OFF
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-28 3:39 AM
@FBL Thanks, dude.
I searched a lot on Google, but I can't get the correct code, can you suggest a sample working code for the USB Device?
I try to implement it but this isn't very clear to me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-01 12:11 PM
You are welcome @Mohan30
If you need example for device STM32CubeH5/Projects/NUCLEO-H503RB/Applications/USBX/Ux_Device_CDC_ACM at main · STMicroelectronics/STM32CubeH5 (github.com)
For host mode, I can share with you this example
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-05 5:19 AM
@FBL Thanks for helping me dude.
