PSoC 5LP USB project

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
user_3716231
Level 4
Level 4
25 sign-ins 10 sign-ins 5 sign-ins

I create an example project about USBFS UART for cy8ckit-059 and I want to know why my laptop can't detect the device when development board is connected to the laptop via micro usb.

0 Likes
1 Solution
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,
I downloaded your project and rebuilt, program the board.
You may want to check if your USB-microB cable is battery charge only 
or supporting USB communication.
moto

View solution in original post

0 Likes
3 Replies
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,
I downloaded your project and tried on my Windows10 (Japanese) PC.
And my PC could detect my CY8CKIT-059
(1) When both USB-A and USB-microB are connected

000-Device_manager.JPG

(2) When only micro-B is connected

001-Device_manager.JPG

(3) I could type COM18 (USB Serial)
But thanks for the CyDelay() and LED, the response was painfully slow.
When I commented out line 87, 88, and 184 of main.c,
response got acceptable.

Meantime, whe I read the USBFS_UART.pdf, I noticed that this program
requires Tera Term Serial Setting as

Baud Rate: 115200
Data: 7 bit
Parity: even

002-TeraTerm-log.JPG

Oh, One thing I should have mentioned  is that to let the PC detect the USB CDC of micro USB,
we need to let the program run for a while, around the main loop.

moto

0 Likes

Did you download or write other application or driver for cy8ckit-059 in your PC?

I connect to my laptop via micro usb and nothing change on the Device Manager.

 

0 Likes
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,
I downloaded your project and rebuilt, program the board.
You may want to check if your USB-microB cable is battery charge only 
or supporting USB communication.
moto

0 Likes