lpc5460x "Hello world vcom" sample problem on USB1

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

lpc5460x "Hello world vcom" sample problem on USB1

ソリューションへジャンプ
1,368件の閲覧回数
cybaluke
Contributor III

Hi, I'm working with the sample demo "lpcxpresso54608_hello_world_virtual_com" from SDK 2.4.0 with an LPC54608, I'm using MCUxpresso 10.2.0 and my board is the OM13092UL.

When I work on USB0 (on J3 FullSpd) the dbg console is routed on VCOM as I expected.

When I try to change the virtual com from USB0 to USB1 port (J2 HighSpd) changing the settings:

/*! @brief LPC USB IP3511 FS instance count */
#define USB_DEVICE_CONFIG_LPCIP3511FS (0U)

/*! @brief LPC USB IP3511 HS instance count */
#define USB_DEVICE_CONFIG_LPCIP3511HS (1U)

when I launch the debug session of the new code the host WIN10 O.S. get an error and it doesn't recognize the new virtual com device attached. What I'm missing to changing from USB0 to USB1 the VCOM on this sdk sample code?

Regards

タグ(4)
1 解決策
746件の閲覧回数
miguel_mendoza
NXP Employee
NXP Employee

Hi cybaluke,

Apparently, the example "Hello world vcom" from the SDK, has some problems running with High Speed, as you say don't recognize the port, I recommended to use the "dev_cdc_vcom_bm" in the usb_examples section, this is very similar to the hello world example and run well with high speed, you only have to change the settings as you try before.

regards,
Miguel

元の投稿で解決策を見る

2 返答(返信)
747件の閲覧回数
miguel_mendoza
NXP Employee
NXP Employee

Hi cybaluke,

Apparently, the example "Hello world vcom" from the SDK, has some problems running with High Speed, as you say don't recognize the port, I recommended to use the "dev_cdc_vcom_bm" in the usb_examples section, this is very similar to the hello world example and run well with high speed, you only have to change the settings as you try before.

regards,
Miguel

746件の閲覧回数
cybaluke
Contributor III

... any idea or help about my issue?

0 件の賞賛