Is there an example of creating a USB device for an STM32F407VG that isn't a mouse example or requires a device driver to be installed in order to communicate with it?
I'm trying to create a USB / Ethernet testing device. I need to use the USB portion to program an IP address. The mouse example works but I cannot detect it or connect to it. The virtual serial port example also works but a driver needs to be installed in order for me to communicate back and forth (not an option in production). Is there a USB device example that is detectable in windows and doesn't need a special driver to connect to it? Thanks in advance for your consideration.
