2022-05-27 12:03 AM
2022-05-27 02:37 AM
In what way(s) do you want to "use" the USB?
Have you searched for what Android supports via USB?
eg, https://developer.android.com/guide/topics/connectivity/usb
2022-05-28 09:08 PM
How can i pass ADC value through USB OTG ?
2022-05-30 01:43 AM
You're going to have to start with the Android documentation to see what it supports.
Then implement the corresponding class(es) in the STM's USB.
2022-05-30 02:00 AM
With USB VCP, you can send and receive any data you want.
2022-05-30 02:49 AM
provided Android (and the specific device/s in question) supports it!
Also a question of whether it works as Host or Device...