Basic USB HID for CCG3 CYPD3120

Announcements

Live Webinar: USB-C adoption. Simple & Cost-efficient solutions | April 18th @9am or 5pm CEST. Register now !

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

cross mob
NaMe_2085021
Level 4
Level 4
25 replies posted 10 replies posted 10 questions asked

Hi everyone,

Could you help me?

I use in my CCG3 CYPD3120 and there are USB HID in Boot mode and Billboard interface. I want add USB HID without boot mode to make my computer see the device as a USB HID interface. How can I do it?

Best regards,

Nazar

0 Likes
1 Solution
ShifangZ_26
Moderator
Moderator
Moderator
10 likes given 250 sign-ins 1000 replies posted

Hi Nazar,

By default, CCG3 CYPD3120 C to DP example firmware have implemented HID and you could get HID device if you have chance wire the D+/D- of Type-C to the notebook.

If you just want to disable USB flashing feature, you could try to disable below macro define.

/* Enabling flashing of the device via USB interface. */

#define FLASHING_MODE_USB_ENABLE                    (0u)

Best Regards,

Lisa

View solution in original post

0 Likes
2 Replies
ShifangZ_26
Moderator
Moderator
Moderator
10 likes given 250 sign-ins 1000 replies posted

Hi Nazar,

By default, CCG3 CYPD3120 C to DP example firmware have implemented HID and you could get HID device if you have chance wire the D+/D- of Type-C to the notebook.

If you just want to disable USB flashing feature, you could try to disable below macro define.

/* Enabling flashing of the device via USB interface. */

#define FLASHING_MODE_USB_ENABLE                    (0u)

Best Regards,

Lisa

0 Likes

Hi Liza,

Thank you very much for your help.

Best regards,

Nazar Melnichek

0 Likes