2024-08-19 09: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.
2024-08-20 02: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:
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:
I hope these resources are helpful for you.
2024-08-20 02: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:
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:
I hope these resources are helpful for you.
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!