Hi guys! i've trying to enable double-buffering in a project im currently working on and im not eable to do so.... ive changed the usb_cdc_descriptor.s51 in the following way
;; Look-up table for double buffer settings (one set of bit masks for each defined interface)
usbDblbufLut: DW interface0Desc ; pInterface
DB 00H ; inMask
DB 00H ; outMask
DW interface1Desc ; pInterface
DB 10H ; inMask <----- set from 00H to 10H
DB 00H ; outMask
and it still doesnt work, it still can read only the first 64 byte of the string command sent to my CC2531 USB device.... please i will appreciate any kind of help...