LPC5536 USB Does not Reinitiate after Replugging

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LPC5536 USB Does not Reinitiate after Replugging

510 次查看
madhubanti
Contributor III

I am using the LPC5536 mcu. I am using the lpcxpresso55s36_dev_cdc_vcom_lite_bm example to establish my USB implementation. 
From a circuit connection perspective i am using pins 98 and 99 as my DP and DM pins respectively for the USB.

My question is do i need to configure any other pin to make the connection successful?

I see in the example pin 92 which is VBUS is included in the pin configuration. Do i need to connect it to somewhere in my circuit diagram as well? or i can ignore it.

0 项奖励
回复
3 回复数

488 次查看
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @madhubanti,

As mentioned on the readme.md file: "Because there is no dynamic detection between the host and the device, the COM port must be closed from the terminal tool prior to unplugging the CDC device. Otherwise, the CDC device won't get recognized next time when plugging in with the COM port still opened."

Are you making sure to follow this requirement?

 

0 项奖励
回复

346 次查看
madhubanti
Contributor III

My aplogoies. Can you tell me where to look for the readme file?

0 项奖励
回复

333 次查看
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @madhubanti,

Of course, the comment I mentioned is in the "readme.md" file that is located under "lpcxpresso55s36_dev_cdc_vcom_lite_bm" > "doc" folder.

0 项奖励
回复