FX3 Keyboard

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.
wyw
Level 3
Level 3
25 replies posted 25 sign-ins 10 replies posted

I change MouseDemo into KeyBoard, use 4 GPIO to simulate KeyBoard input, compile the project, download to FX3, connect to PC, PC device manager shows an exclamation mark, can you help me to have a look at my project.

Attached is my project.

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.
JayakrishnaT_76
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hello,

Please use the attached project as a reference and modify the descriptors in your project.

Best Regards,
Jayakrishna

View solution in original post

0 Likes
2 Replies
wyw
Level 3
Level 3
25 replies posted 25 sign-ins 10 replies posted

MouseDemo:CyU3PUsbSendEP0Data (0x1C, (uint8_t *)CyFxUSBReportDscr); 

Change 0x1c to 0x3f,as shown, 

CyU3PUsbSendEP0Data (0x3F, (uint8_t *)CyFxUSBReportDscr);

0 Likes
lock attach
Attachments are accessible only for community members.
JayakrishnaT_76
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hello,

Please use the attached project as a reference and modify the descriptors in your project.

Best Regards,
Jayakrishna
0 Likes