2014-08-24 05:11 AM
Hi,
Does any documentation or doxygen exists for USB device library (exacly for HID)?I try to deal with that library but I couldn't find any documentation which might explain me what are proper function used for.Thanks in advance. #usb-library-documentation2014-08-24 05:36 AM
http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/CD00289278.pdf
2014-08-24 05:57 AM
This document doesn't contain very important description of function like: USBD_LL_PrepareReceive. I managed at external online blog pages that this function in important to receive data from usb. But this function is NEVER mentioned in file presented by your link...
2014-08-24 06:23 AM
Oh, so you are talking about the ''Cube'' library. It always helps if you start with describing what you want.
http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00108129.pdf ''Cube''-related questions should be posted in the dedicated ''software tools'' sub-forum, https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Java/AllItems.aspx JW2014-08-24 07:30 AM
I have no idea that these library are different, do you know why?
Or which one is better?