cancel
Showing results for 
Search instead for 
Did you mean: 

USB_FS Endpoint IN/OUT addresses

licencje1
Associate II
Posted on August 12, 2014 at 15:40

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 #endpoint
2 REPLIES 2
sdim
Associate III
Posted on August 13, 2014 at 00:00

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/

licencje1
Associate II
Posted on August 13, 2014 at 13:34

Thx for replay and problem solution