Hello!
Q1: I use USB MSC driver from CSL 2.50 for C5505. In examples there is called the function USB_initQueueManager. In CSL documentation there is the Pre Condition for this function that USB_initDma should be called successfully. But in examples the USB_initDma function is called after USB_initQueueManager. What is correct?
Q2: I have nowhere found what is linkingRam buffer (passed to USB_initQueueManager) and how long should it be defined. What is its minimum size? And is it realy needed? I have tried to fill this buffer with 0xFFFF values before initialization and after several minutes of USB communication there remains 0xFFFF values. So it seems to me that linkingRam is not used. Can I save the memory by not using this buffer?