usb communication on st32 discovery board
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-03-04 4:59 AM
hello everyone, i have a st discovery board with STM32F0308. is it possible to design USB communication in this controller through STM32CUBE software with USB HAL. because when i open CUBEMX for STM32F0308 i dont see USB or PCD for USB communiction.
thanks in advance regards kj #usb #stdiscovery- Labels:
-
USB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-03-09 9:30 AM
USB peripheral isn't available in the
http://www.st.com/web/catalog/mmc/FM141/SC1169/SS1574/LN1826/PF258964
used in thehttp://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1848/PF259100
.-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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-03-10 5:05 AM
dear mayla, thank you. i want to implement software USB in STM32F0308. i am trying to understand the protocol, but its too complicated. there are software USB example available for AVR 8 bit controllers. is there anything similar for st32bit device like STM32F0308 which dont have inbuilt USB hardware.
thanks again- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-03-10 5:14 AM
No, but maybe you can try such an implementation, if you think it's more cost effective than just getting an STM32 part which does support USB in hardware.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-03-10 9:47 PM
thank you clive.i can work only on f0308 series. i will try, lets see how it comes.
