USB MSC - device for STM32U083C-DK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-19 9:19 AM
Is it possible to programm STM32U083C-DK as USB Device MSC? I can't see any examples of USB MSC in repository.
Solved! Go to Solution.
- Labels:
-
STM32U0 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-20 2:26 AM
Hello @PawelKan
There is no USB MSC example for the STM32U083C-DK.
However, there are several references to USB MSC examples for other STM32 series that might be helpful.
You can find the MSC_Standalone examples available in the STM32CubeL0 or STM32CubeL1 firmware packages:
- STM32CubeL0/Projects/STM32L073Z-EVAL/Applications/USB_Device/MSC_Standalone at master · STMicroelectronics/STM32CubeL0 · GitHub
- STM32CubeL1/Projects/STM32L152D-EVAL/Applications/USB_Device/MSC_Standalone at master · STMicroelectronics/STM32CubeL1 · GitHub
These examples can be used as a starting point, and you can make the necessary updates to suit your needs.
The following application notes may help you on migration to STM32U0:
- AN6091: Migrating from STM32L0 to STM32U0 MCUs - Application note
- AN6020: Migrating from STM32L1 to STM32U0 MCUs
I hope these resources are helpful for you.
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-20 2:26 AM
Hello @PawelKan
There is no USB MSC example for the STM32U083C-DK.
However, there are several references to USB MSC examples for other STM32 series that might be helpful.
You can find the MSC_Standalone examples available in the STM32CubeL0 or STM32CubeL1 firmware packages:
- STM32CubeL0/Projects/STM32L073Z-EVAL/Applications/USB_Device/MSC_Standalone at master · STMicroelectronics/STM32CubeL0 · GitHub
- STM32CubeL1/Projects/STM32L152D-EVAL/Applications/USB_Device/MSC_Standalone at master · STMicroelectronics/STM32CubeL1 · GitHub
These examples can be used as a starting point, and you can make the necessary updates to suit your needs.
The following application notes may help you on migration to STM32U0:
- AN6091: Migrating from STM32L0 to STM32U0 MCUs - Application note
- AN6020: Migrating from STM32L1 to STM32U0 MCUs
I hope these resources are helpful for you.
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-20 12:54 PM
I think it expires topic, it's time to learn some issues and do it myself. Thanks for suport!
