0
\$\begingroup\$

Is it possible to send data from USB via STM32F4 OTG FS to another MCU (Arduino, for example)? I tried STM32_USB_Host_Library and it didn't work.

Null
7,81618 gold badges38 silver badges49 bronze badges
asked Mar 10, 2021 at 9:52
\$\endgroup\$

1 Answer 1

1
\$\begingroup\$

Yes it is certainly possible.

But it may require a significant amount of work.

It will work out of the box if the Arduino supports standard USB CDC for virtual serial ports. And many do not.

For any other USB chipset you need a driver.

If you don't want to write a driver then the answer is no.

answered Mar 10, 2021 at 10:23
\$\endgroup\$

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.