Results 44 comments of Greg Davill

You're right. I never got this design fabricated, so didn't pick up on it.

Some proof of concept code for this is in the `develop` branch. https://github.com/gregdavill/DiVA-firmware/blob/develop/gateware/rtl/hdmi.py#L7-L31

Added. I think just adding to the family will be enough? But I think they won't run unless a maintainer approves them to run.

I've not tested with a Full Speed only host/hub. Which I think will be the same as trying to configure the device as Full Speed only. Which should work, but...

I should also mention. The CH32V307 has 2 separate USB interfaces/peripherals, One is FS/OTG and then one is HS/FS/Device/Host. These use different pins on the device, and have completely different...

I've been digging into this a tad more, there is actually 4 different USB peripherals in the CH32FV32x_V3x Reference manual. - `USBD` Looks compatible with the STMF103, WCH have a...

Take all the time you need. Glad to hear you're starting to feel better. There is no rush on getting this merged on my end.

> The CH32V307 USBFS looks like the STM32F103 (and many other STM32) USBFS. I agree with this, I suspect since WCH has already used this IP on it's STM32 replacements...

I'm planing to poke around with the ch565/ch569 at some point too. Have some of the ICs. Let me know when you get your CH32V307 devkit. Loading firmware currently requires...

This looks handy when making use of tinyusb in a meson based project!