2021-03-28 03:31 AM
Th software comes in the package STM32CubeL4. How to configure it to work in STM32CUBEIDE?
Solved! Go to Solution.
2021-03-29 11:34 AM
Hello @GPerk.1 ,
I recommend you to have a look to the User manual UM1720 : "STM32Cube USB host library".
You will find USB Host examples in the STM32CubeL4 MCU package relevant for your device which are configured for SW4STM32 and other IDEs:
Repository\STM32Cube_FW_L4_V1.17.0\Projects\32L496GDISCOVERY\Applications\USB_Host
To use STM32CubeIDE, you can follow the User manual UM2579 to import Cube projects from SW4STM32 to STM32CubeIDE:
Please mark my post as best by clicking on the "Select as Best" button if it helped =) This will help other users find this solution more quickly.
Imen
2021-03-29 11:34 AM
Hello @GPerk.1 ,
I recommend you to have a look to the User manual UM1720 : "STM32Cube USB host library".
You will find USB Host examples in the STM32CubeL4 MCU package relevant for your device which are configured for SW4STM32 and other IDEs:
Repository\STM32Cube_FW_L4_V1.17.0\Projects\32L496GDISCOVERY\Applications\USB_Host
To use STM32CubeIDE, you can follow the User manual UM2579 to import Cube projects from SW4STM32 to STM32CubeIDE:
Please mark my post as best by clicking on the "Select as Best" button if it helped =) This will help other users find this solution more quickly.
Imen
2021-03-29 02:28 PM
It took me couple of minutes to setup everything. L496G-Disco board was able to explore the disk. Thanks Imen :)
2021-03-30 01:12 AM
You are welcome :) Glad to hear that you have solved your problem.