I believe the programming code might be missing something. I was missing external 1.5K pull up resistors, but I added them and the device is recognized over USB.I would like code references, to implement mass storage mode, with SD card (via SPI).
I read your idea for a solution, but I don’t have a good understanding of assembly, and I have some doubts about whether it would work in CubeIDE. Would you happen to have an example of code implementing this process in CubeIDE? It would be very help...
I have the same doubts, but with the STM32F722RET6, there is not enough content on the web, and the functions to point to memory locations are much more advanced than common C code.Does anyone know the link to a sample repository on Github that shows...
I'm having problems with the USB MSC which uses the SD card as an interface.It takes about 10 seconds to be recognized, but normally it connects and is recognized, can you help me?Here's my project:The important part of my code is just in the path US...
I'm currently having these problems with the USB not being recognized and I even debugged it, I was waiting for the code to stop at "usbd_storage_if.c" but it never enters the routines of that file. Can you help me?