User Activity

I'm working on implementing USB Host support for the STM32F407 without using the STM32 HAL. I've followed the datasheet and gotten as far as sending a GetDescriptor packet (though I haven't confirmed that on the logic analyzer yet), but I don't know ...