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

Add Uart -> USB support #4

Open
folknology opened this issue Jul 11, 2019 · 2 comments
Open

Add Uart -> USB support #4

folknology opened this issue Jul 11, 2019 · 2 comments

Comments

@folknology
Copy link
Owner

Add support for 2nd USB CDC class in firmware based around USB HS and Uart1

@folknology folknology changed the title Add 2nd USB support Add Uart -> USB support Jul 11, 2019
@folknology
Copy link
Owner Author

A preview of the new firmware including this functionality along with refactored Ice40 programming code in C++ https://github.com/folknology/IceCore/tree/USB-CDC-issue-3

@rvalles
Copy link

rvalles commented Nov 3, 2020

@folknology
I'm trying to support blackice mx on some project.
stm32 uart baud rate facing the FPGA is hardcoded to 115200. Combined with the lack of hardware flow control, my design's FIFO does overrun, thus I have to depend on an external usb-serial converter, as the alternative would be too much work for one board's special case.
It would be best if uart speed was set to computer's requested speed.

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

2 participants