Replies: 2 comments 1 reply
-
@LouDnl , |
Beta Was this translation helpful? Give feedback.
0 replies
-
You'd need to write a USB driver for your device for the MCU side of things (e.g. the bl616, esp32 or rp2040). Then you need to implement an interface between the MCU with it's USB driver and the fpga to forward these requests. This is sure possible. The question is whether the size of the possible audience justifies this effort. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, what would be needed to interface peripherals that can be accessed via an USB-CDC device?
For example I am making a USB SID device that can host 2 real SIDs. Is it possible to disable the fpga sid code and send sid addr/data over cdc?
Beta Was this translation helpful? Give feedback.
All reactions