Search found 185 matches

by johned
Wed Mar 04, 2020 5:24 pm
Forum: Other XMOS Development Kits
Topic: xCore-200 MC returning 0 bytes on DFU
Replies: 7
Views: 10835

Re: xCore-200 MC returning 0 bytes on DFU

Yes, that looks good.
John
by johned
Wed Mar 04, 2020 5:23 pm
Forum: Other XMOS Development Kits
Topic: xCore-200 MC returning 0 bytes on DFU
Replies: 7
Views: 10835

Re: xCore-200 MC returning 0 bytes on DFU

Yes, these warnings are for information.
This documentation may help : https://www.xmos.com/file/dfu-user-guide/
Best,
John
by johned
Wed Mar 04, 2020 4:10 pm
Forum: Other XMOS Development Kits
Topic: xCore-200 MC returning 0 bytes on DFU
Replies: 7
Views: 10835

Re: xCore-200 MC returning 0 bytes on DFU

Hi, This procedure worked for me, recently. The following procedure works fine : xflash --boot-partition-size 0x30000 --factory app_usb_aud_xk_216_mc_2i16o16xxxxx_tdm8.xe xflash --boot-partition-size 0x30000 --upgrade 1 app_usb_aud_xk_216_mc_2i32o32xxxxx_tdm8.xe -o app_usb_aud_xk_216_mc_2i32o32xxxxx...
by johned
Tue Feb 11, 2020 12:47 pm
Forum: Q&A
Topic: xCORE-200-MC-AUDIO Question
Replies: 12
Views: 19865

Re: xCORE-200-MC-AUDIO Question

Have you tried using USBDevView from Nirsoft to remove all cached driver configurations ?
You can sort on VID (XMOS VID is 0x20b1) to make this task easier.
John
by johned
Wed Dec 04, 2019 4:04 pm
Forum: Development Tools and Programming
Topic: Parameter control on lin33
Replies: 12
Views: 5189

Re: Parameter control on lin33

Hi
I have not seen this before.
Please can you confirm that you didn't upgrade the image before installing 3510 ?
The easiest way to ensure this is to remove any Ethernet cables when installing Raspbian.
Best regards,
John
by johned
Wed Dec 04, 2019 11:34 am
Forum: Development Tools and Programming
Topic: Parameter control on lin33
Replies: 12
Views: 5189

Re: Parameter control on lin33

Hi I understand you comments about Noobs/Raspbian. NOOBS-2018-10-11/NOOBS_v2_9_0.zip is the latest version of Raspbian that we have tested and can confirm works. Yes, if you are using a different host then you will need to port the examples to your host. If you are using i2c or usb this is generally...
by johned
Tue Nov 26, 2019 4:51 pm
Forum: Development Tools and Programming
Topic: Parameter control on lin33
Replies: 12
Views: 5189

Re: Parameter control on lin33

Hi, Yes, this is a known problem with the latest Raspbian and, as far as I know, there is no published solution. The only option we can recommend at the moment is to use the older Raspbian (NOOBS-2018-10-11/NOOBS_v2_9_0.zip) as described here https://github.com/xmos/vocalfusion_3510_avs_setup. Best ...
by johned
Thu Nov 21, 2019 11:47 am
Forum: Development Tools and Programming
Topic: Invalid project path: Include path not found?
Replies: 15
Views: 5802

Re: Invalid project path: Include path not found?

Hi Gordon, I'm out of the office for the next few days, visiting customers, so I can't look into this now. As per your previous problem, please can you follow the instructions in the USB Audio Design guide because the USB Audio software is well used and tested so there shouldn't be any problems. Bes...
by johned
Tue Nov 19, 2019 7:11 pm
Forum: Development Tools and Programming
Topic: Invalid project path: Include path not found?
Replies: 15
Views: 5802

Re: Invalid project path: Include path not found?

Hi Gordon, Yes, you will get warnings but it should build correctly and the tail of the output should be as per above. I can import an extracted zip (your method), import direct from a zip (my preferred method) or just extract the zip and build on the command line. All methods give exactly the same ...
by johned
Tue Nov 19, 2019 5:53 pm
Forum: Development Tools and Programming
Topic: Invalid project path: Include path not found?
Replies: 15
Views: 5802

Re: Invalid project path: Include path not found?

Hi Gordon, I've just done exactly that under Windows and doing a build from the tools menu worked fine. FYI, I generally just import the zip contents using the tools : import : General : Existing Project ... | Select Archive File. But your way worked. ... Compiling XUD_EpFuncs.S Compiling write_sswi...