[Solved]USBD: Multiple instances ?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

[Solved]USBD: Multiple instances ?

1,026件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by chris_bayley_trimble on Tue Apr 14 16:52:38 MST 2015
When using a 4370 is there any known reason I can't use multiple instances of USBD ?

I have a setup that should be able use both USB0 and USB1 as devices, and either one works fine on it own but if I call
USBD_API->hw->Init() twice (with different instance variables of course) the stack appears to jam up.(Interrupts become intermittent/dropped and the device does not enummerate)

Is there some known thing I should be aware of ??

Cheers all,
C
ラベル(1)
  • USB

0 件の賞賛
返信
1 返信

1,015件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by chris_bayley_trimble on Wed Apr 15 16:44:09 MST 2015
Got it: 

USBD_API_INIT_PARAM_T::mem_base must be 2048 byte aligned.

: )
C
0 件の賞賛
返信