cancel
Showing results for 
Search instead for 
Did you mean: 

Android Accessory for STM32F4

KLausL
Associate II
Posted on January 17, 2016 at 18:00

Dear Community,

has anybody already developed CubeMX-based example for making the STM32F4 acting as Android accessory (STM32=USB Host)? I have found https://github.com/YuuichiAkagawa/STM32F4_ADK, but this is StdPeriph-based.

Thx a lot in advance

Klaus

#!stm32-!cubemx #!android
1 REPLY 1
Nesrine M_O
Lead II
Posted on January 22, 2016 at 14:04

Hi Klaus,

I'd highly recommend you to have a look to the USB projects under the STM32F4 cube firmware package, for example: STM32Cube_FW_F4_V1.10.0\Projects\STM32F429I-Discovery\Applications\USB_Host

It will be very useful as starting project to develop your own.

-Syrine-