2024-08-08 07: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.
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.
2024-09-27 06: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 :
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.
2024-09-28 03: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.
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.
2024-10-05 05:19 AM
@FBL Thanks for helping me dude.