Resolved! STM32F303ZE -- Not receiving SET_ADDRESS after responding to GET_DESCRIPTOR.
ProblemI'm having an issue with my USB peripheral in the STM32F303ZE. Right now I'm capable of receiving the first request from the host after reset, which is a GET_DESCRIPTOR request. I populate the TX buffer and set the EP0R register to VALID for T...