2025-01-20 08:35 AM
I plugged in the microB cable only to power demo board STM32U5G9J-DK1. Now the LCD on it display different images in certain sequence. Firmware package STM32Cube_FW_U5_V1.7.0 has been downloaded. I assume the demo project is the DSI example folder. \STM32Cube_FW_U5_V1.7.0\Projects\STM32U5x9J-DK\Examples\DSI
There are two examples. Which one should be the one that was loaded into the demo board?
My application is to send videos through the USB C port and display the video on the LCD display. In this case, if there is an example firmware and example software to evaluate, it would be very helpful.
Thank you.
Kelly
2025-01-20 01:47 PM
I tried to create a new STM32 project that will implement USB device and LTDC base on MCU chip STM32U5G9ZJJ6Q, the 10mm x 10mm option of U5G. Yet, when I am not able to configure u5G to be high speed usb device. The option is in grey color. Please see screen shot below.
I don't use many IOs. USB high speed port, DSI one lane and I2C for touch panel and addition 4 I/O signals are needed only.
Please let me why I can't configure the USB.
Thank you.
Kelly
2025-01-21 01:00 AM
Hello @Kelly3
You can enable USBX device HS, when USB_OTG_HS is configured (in device mode or DRD mode).
Also, HSE clock source must be enabled.
2025-01-21 08:03 AM
2025-01-21 09:08 AM
Imen,
In the Device Class Hs list, there is "Video" option. Is this for U5G to receive video from host, or is it for send video to host?
If it means to send video to host, which device class is better choice for application that receives video from host and forward received video to LCD display?
Thank you very much.
Regards,
Kelly
Thanks,
Kelly