STM32U5 USB Eye diagram
Hello,
I'm working on STM32U5. We integrated the USB lib without AzureRTOS using the stm32_mw_usb_device (from STM github) as example.
I use my STM32U5 as a USB device CDC, using the USB_OTG_FS. Everything seems to be working fine (Linux can mount it and send/receive data to/from it).
Now, I want to test the eye diagram required by the USB 2.0 specification but I could not find any example code for this.
I saw in the code a function called "USBD_RunTestMode()" but unfortunately, it is empty.
Do you have an example of this ?
If not, could you give me some hints on how I should do this ?
Thank you.
Best regards,
Stephane
