Folks,
I am struggling with some Spectrum Digital USB code for a TI C55xx DSP (as apparently *many* people do) and would appreciate some guidance. The sample source code for the report descriptor appears to be poorly formatted:
Uint8 reportDesc[] = {0x05,0x01,0x09,0x02,0xa1,0x01,0x09,0x01,
0xa1,0x00,0x05,0x09,0x19,0x01,0x29,0x03,
0x15,0x00,0x25,0x01,0x95,0x03,0x75,0x01,
0x81,0x02,0x95,0x01,0x75,0x05,0x81,0x01,
0x05,0x01,0x09,0x30,0x09,0x31,0x09,0x38,
0x15,0x81,0x25,0x7f,0x75,0x08,0x95,0x03,
0x81,0x06,0xc0,0xc0};
I would like to use jdunne's DTImport tool, but since it requires that each line only contain the appropriate number of bytes, will not parse properly. Can someone help me figure out the proper formatting for this descriptor?
Guidance appreciated.
Thx,
MikeH