2015-03-18 08:50 AM
I'm using a STM32F429I discovery board, which has a usb otg configured to host mode, i tried configuring usb otg to device mode in FS mode, but was not possible ,even the usb is not detected, i tried using the stmcubeMX and went through user manual but was not possible , is there any setting to make it as device mode?
2015-03-18 09:57 AM
The STM32F429I-DISCO board's USB connector is wired to the HS port, and used in FS mode.
I would suggest you review the FW Upgrade example in the boards firmware package (not cube), as it implements a connection to external flash/msc drives. Look at how it configures the pins, controller, phy settings. See project #defines.2015-03-20 01:01 AM
Is it not possible to configure as a device using stm32cube examples?
2015-03-31 01:26 AM
Is it not possible to configure as a device using stm32cube examples?
It should be possible; look at examples in STM32Cube_FW_F4\Projects\STM324x9I_EVAL\Applications\USB_Device. Pay attention to increase stack size (Ex: 0x2000) in startup file if you are using Keil to generate your CubeMX project.-Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.