Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USB device example #40

Closed
kekcheburec opened this issue Aug 28, 2024 · 4 comments
Closed

USB device example #40

kekcheburec opened this issue Aug 28, 2024 · 4 comments

Comments

@kekcheburec
Copy link

Hi, @andelf !

I saw that in this hal there is a USB device implementation, but there is no example for working on the same ch32v203 :(

Or is the implementation not working at all?

@andelf
Copy link
Contributor

andelf commented Aug 28, 2024

I haven't tested it yet. CH32V has two completely different USB IP cores. One is USBD used in CH32V203, which is almost the same as STM32's. So I just copied the implementation.

Another IP core is USBH(OTG) used in some other chips.

@Dummyc0m
Copy link

Do you have any plans to work on the OTG peripheral in the near future? If not, we're interested to help out and avoid duplicate work.

@kekcheburec
Copy link
Author

Hi @Dummyc0m !

Personally, at the moment I do not plan to implement usb otg peripherals. I just wanted to find out if what is already in the repository works and got an answer.

In general, you can close the issue.

@Dummyc0m
Copy link

Dummyc0m commented Sep 14, 2024

Sorry, I was actually hijacking the issue and asking @andelf to see if they have any plans.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants