STM32F103C6 USB CDC Device Descriptor Request Failed - shared SRAM with CAN issue?
Hi,
I am at a loss as to why this is not working.
I have checked the crystal (ABM8AIG-8.000MHZ-1Z-T), wiring (1.5k resistor between D+ and 3V3, connected both before and after MX_USB_DEVICE_Init() is called), etc.
I've set the stack/heap sizes to 0x400 (not that this should matter as I'm using static allocation).
I've tried adjusting CDC_DATA_FS_MAX_PACKET_SIZE both bigger and smaller.
Stepping through code I find that the I fail at USBD_GetStatus as the req->wLength is 0.
So somewhere the data is being lost.
Any ideas?
