2019-07-31 07:34 AM
Hello to everybody,
my aim is to use the device like a usb pen drive and the memory is an sd card, but
I got an issue using project usb device msc_standalone included in STM32Cube_FW_H7_V1.5.0: when I load this to evaluation board STM32H753I-EVAL2 and linked usb to pc (WIN7) I got an error "Impossible starts device. (Code 10)".
I think that this project was ready to use, without any modification.
Help please
EDIT
I solved the problem following this Faq: https://community.st.com/s/article/FAQ-USB-device-not-recognized .
Anyway the heap size of the project was 0x2000 and it didn't work: when I set the value to 0x2800 it was recognized by pc.