USB-HS logical endpoints

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

USB-HS logical endpoints

Jump to solution
832 Views
embedded_eng_
Contributor III

My logical endpoints map for USB-HS is:

EP1 - CDC1 Interrupt

EP2 - CDC2 interrupt

EP3 - CDC1 BULK IN/OUT

EP4 - CDC2 BULK IN/OUT

EP5 - HID BULK IN/OUT

I'm trying to add a MSC using EP6, but it doesn't work with this EP (works with lower EPs if I cancel another interface).

I'm using LPC55S16-EVK, and the solution should work with LPC5514JBD64E as well.

I'm trying to understand if I ran out of endpoints, or the problem has nothing to do with that.

According to https://www.nxp.com/docs/en/nxp/data-sheets/LPC55S1x_PDS.pdf

page 57,

USB-HS :

 Supports 8 physical (16 logical) endpoints with up to 8 kB endpoint buffer RAM. 

So I just want to make sure that it should work.

 

Thanks

0 Kudos
1 Solution
821 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello embedded_eng_,

It seems there is some issue in DS.

The USB-HS of lpc55s16 

Supports 12 physical (6 logical) endpoints including control endpoints.

View solution in original post

0 Kudos
1 Reply
822 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello embedded_eng_,

It seems there is some issue in DS.

The USB-HS of lpc55s16 

Supports 12 physical (6 logical) endpoints including control endpoints.

0 Kudos