2014-08-12 06:40 AM
Hi,
Could somebody tell me where may I find some information about range of addresses of endpoints? In reference manual for stm32f4 I find out that there are ontly 3 in/out endpoints.In example application IN endpoint has address 0x81 but OUT 0x01, how to count that value?Thanks in advance :) #fs #usb #endpoint2014-08-12 03:00 PM
You can find the information about the endpoint address bits on the usb specifications. The endpoint address is defined by the usb standard, not by the microcontroller.
http://www.usb.org/developers/docs/usb20_docs/2014-08-13 04:34 AM
Thx for replay and problem solution