Disclaimer: My issue (3 posts above) could be something totally different, but I post it here just in case anyone runs into a similar problem.I was able to solve my issue (see above) with a setup packet being handled as if its length is 0 bytes on 2 ...
Hello! Привет!I have the same problem. It appears that STM32Cube has trouble working with file paths containing non-Latin characters, in this case, Cyrillic. My hypothesis is that characters like 'ё' and 'й' are causing more trouble than just Д or Л....
I have the same issue with setup packets on STM32F103C8T6. Host sends a request, and the code around line 1276 of stm32f1xx_hal_pcd.c processes a previously received setup packet, as there are no checks for the number of bytes received.Was anyone abl...
I was looking for possible reasons and found this post.I ran into it when generating the boilerplate code for STM32F103RBT6 with USB, and choosing 'Advanced' for 'Application Structure'. Switching to 'Basic' seems to solve it for me.