User Activity

I've a stm32f730r8t6 core board, I need to use stm32 as USB HS device, looks like STM32CubeMX generate the code have bugs.If using USB_FS is working fine but USB_HS is not.I've traced the code failed at USB_CoreReset.static HAL_StatusTypeDef USB_Core...
I've a camera using lvds protocol, now using LVDS to LVTTL converter connect to stm32f730r8t6.​I want to decode lvds data and fifo it to USB.​But first problem is could stm32 decode 20Mhz lvttl clock?I've tried to use tim input captuer clock and usin...