USB device with stm32u59
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-01-25 8:59 AM
I would like to get started with simple usb device detection and read/write operation , From what i can see , the usb library support is limited to the stm32u5x, my application use freertos but all documentaion i find is regarding USBX and no other usb software packs available , any ideas how to get started ?
Labels:
- Labels:
-
FreeRTOS
-
STM32Cube MCU Packages
-
USB
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-01-25 9:24 AM - edited 2024-01-25 9:32 AM
You could use ... read :
https://community.st.com/t5/stm32-mcus/how-to-implement-usbx-in-standalone-mode/ta-p/614435
or see:
https://github.com/STMicroelectronics/stm32h5-classic-coremw-apps
If you feel a post has answered your question, please click "Accept as Solution".
