STM3220G-EVAL USB_OTG_FS port
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-02-18 3:47 AM
Posted on February 18, 2015 at 12:47
Hi
Is D+ line in USB_OTG_FS port using any pull up in STM3220G-EVAL?Because in STM32CubeF2 code for USB device, I see that D+ line and D- lines are not pulled up/* Configure DM DP Pins */ GPIO_InitStruct.Pin = (GPIO_PIN_11 | GPIO_PIN_12); GPIO_InitStruct.Mode = GPIO_MODE_AF_PP; GPIO_InitStruct.Pull = GPIO_NOPULL; GPIO_InitStruct.Speed = GPIO_SPEED_HIGH; GPIO_InitStruct.Alternate = GPIO_AF10_OTG_FS; HAL_GPIO_Init(GPIOA, &GPIO_InitStruct); However eval board USB was detected by PC(Host)Please clarify on thisThanksSangamesh
This discussion is locked. Please start a new topic to ask your question.
0 REPLIES 0
