Search found 6 matches

by bpelt
Thu Jul 13, 2017 9:32 pm
Forum: Development Tools and Programming
Topic: Dumping a Large Chunk of Memory
Replies: 2
Views: 3938

Dumping a Large Chunk of Memory

Is there a way to do this in xTIMEcomposer through the debugger? It would be extremely useful to me to dump 10,000+ integers to be able to graph some data. Alternately, a graphing function built into xTIME would be even better. Currently, the only way I have found is to copy them out of the expressi...
by bpelt
Wed Oct 19, 2016 3:12 pm
Forum: Q&A
Topic: Trying to Gett X200 USB Working
Replies: 8
Views: 5295

Re: Trying to Gett X200 USB Working

Found it. In case it is helpful for anyone to know, I had not set the oscillator frequency for the USB peripheral:

Code: Select all

        <Node Id="1" InPackageId="1" Type="periph:XS1-SU" Reference="usb_tile" Oscillator="24MHz">
        </Node>
by bpelt
Tue Oct 18, 2016 7:47 pm
Forum: Q&A
Topic: Trying to Gett X200 USB Working
Replies: 8
Views: 5295

Re: Trying to Gett X200 USB Working

Thank you for the reply and the suggestion of ellisys USB Explorer. I suppose I was expecting to see setup packets from the XUD layer on endpoint 0, as this is how the host characterizes the device. In my example code, I never get anything from USB_GetSetupPacket() except for the XUD_RES_RST...not a...
by bpelt
Tue Oct 18, 2016 4:39 pm
Forum: Q&A
Topic: Trying to Gett X200 USB Working
Replies: 8
Views: 5295

Re: Trying to Gett X200 USB Working

I went back to the examples and was able to get the app_usb_aud_xk_216_mc to run and the PC did recognize the device as an xCORE USB Audio 1.0 device.

I am still not seeing the posted code does not seem to get anything except bus reset notifications.
by bpelt
Tue Oct 18, 2016 3:40 pm
Forum: Q&A
Topic: Trying to Gett X200 USB Working
Replies: 8
Views: 5295

Re: Trying to Gett X200 USB Working

This is something custom largely based on the xCORE-200 Multichannel Audio Platform reference design but with the XUF216-512-TQ128-C20.

I did not have success building the example for this platform (sw_usb_audio-[sw]_6.15.2rc1).

Thanks!
by bpelt
Tue Oct 18, 2016 3:09 pm
Forum: Q&A
Topic: Trying to Gett X200 USB Working
Replies: 8
Views: 5295

Trying to Gett X200 USB Working

Hi all, I have been unable to get any setup/control packets from USB as of yet. The only return value I see from USB_GetSetupPacket is XUD_RES_RST. Is it obvious what I am missing? Please let me know if more information is helpful. I currently only have endpoint 0 defined. I have not gotten differen...