i have stm32f439zi linked to pc via usb, i am trying to read data from it and then send it to other unit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-12 2:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-12 7:06 AM
This question is lacking relevant details. Edit your post and add relevant information in the Details section.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-12 7:13 AM
thank you
i just need to know if it's possible to get data from pc to stm32f439zi USING USB not UART
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-12 7:21 AM
https://github.com/STMicroelectronics/STM32CubeF4/tree/2f3b26f16559f7af495727a98253067a31182cfc/Projects/STM32469I-Discovery/Applications/USB_Host/CDC_Standalone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-12 8:59 AM
Why would you even need to confirm this, don't the specification say it supports USB?
Writing application code might be more challenging.
YES, As USB VCP or MSC Device would have examples
STM32Cube_FW_F4_V1.24.0\Projects\STM324x9I_EVAL\Applications\USB_Device\CDC_Standalone
STM32Cube_FW_F4_V1.24.0\Projects\STM324x9I_EVAL\Applications\USB_Device\MSC_Standalone
Up vote any posts that you find helpful, it shows what's working..
