Associate III
December 7, 2022
Solved
STM32F7508 USB-Stick -> Cannot allocate memory for MSC Handle
- December 7, 2022
- 4 replies
- 2415 views
I have an STM32F508 board and want to connect a USB stick. However, the stick is not recognized. I get the following messages in the debug messages:
DEBUG : Cannot allocate memory for MSC Handle
Device not supporting MSC class.
Tried it with the same settings with a STM32F411 board. Here it works.
Can anyone tell me where the problem is?