Cy7c63813-SXC sample

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

cross mob
sugu_293411
Level 1
Level 1

I want test a USB_HID project used with Cy7c63813-SXC, i had created the project with PSoC Designer 5.2. 

   

now it can enum perfect,but can not deal with "HID CLASS INTERFACE OUT REQUEST: Set_Report" ,and return error with "USBD_STATUS_STALL_PID (0xC0000004) ",the bellow is HID_REPORT

   

USB_HID_REPORT_1_DESCR_START:                    ;
    DB     06H, 00H, FFH                         ; Usage Page
    DB     09H, 01H                              ; Usage
    DB     A1H, 01H                              ; Collection
    DB     85H, 01H                              ; Report ID
    DB     09H, 01H                              ; Usage
    DB     15H, 00H                              ; Logical Minimum
    DB     26H, FFH, 00H                         ; Logical Maximum
    DB     75H, 08H                              ; Report Size
    DB     95H, 09H                              ; Report Count
    DB     B1H, 06H                              ; Feature
    DB     85H, 02H                              ; Report ID
    DB     09H, 03H                              ; Usage
    DB     96H, 17H, 00H                         ; Report Count
    DB     B1H, 06H                              ; Feature
    DB     C0H                                   ; End Collection
USB_HID_REPORT_1_DESCR_END:             

   

how do handle USB_HID Set_Report and Get_Report  request ,is there a C Language sample?the UserModul is ASM

0 Likes
1 Solution
Anonymous
Not applicable

 Hi,

   

        Please create a tech support case at Support>Technical Support>Create my case: so that one of our Engineers can help you on this.

   

Thanks

   

Prajith

View solution in original post

0 Likes
6 Replies