Hi there!
Using the CSL_USB_PollExample, i am trying to transform it into a Full-Speed MIDI device software. First step I did, was to change the descriptors, especially the configuration descriptor including all interfaces, endpoints and MIDI Jack descriptors.
I am using a descriptor from a project i developed on an SiLabs C8051F320 microcontroller which works perfectly fine there.
To my surprise, the CSL_USB_PollExample, as also the other CSL_USB examples, cannot send datablocks longer than 64 bytes over endpoint 0. Actually all examples have configiration descriptors shorter than 64 bytes, so i assume transfering blocks > 64 bytes on EP0 was not planned to do with these examples.
Can someone give me some hints where to find information how to make the necessary changes to transfer blocks >64 bytes over EP0?
Thanks in advance!