You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run the example passthrough, it does not compile.
I have in fact not been able to get the USB2OTG peripheral to work at all.
I am wondering if there is a working example out there where USB2 is working using this library?
cargo run --features="stm32h750v usb_hs rm0399" --example usb_passthrough
error: Cannot not select both rm0433 and rm0399
--> src/lib.rs:131:1
|
131 | compile_error!("Cannot not select both rm0433 and rm0399");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
When I try to run the example passthrough, it does not compile.
I have in fact not been able to get the USB2OTG peripheral to work at all.
I am wondering if there is a working example out there where USB2 is working using this library?
cargo run --features="stm32h750v usb_hs rm0399" --example usb_passthrough
The text was updated successfully, but these errors were encountered: