Search found 1913 matches

by mon2
Sat Jan 08, 2022 12:01 am
Forum: Development Tools and Programming
Topic: Compiler cannot detect the file
Replies: 2
Views: 20374

Re: Compiler cannot detect the file

It will be much easier to import a working project that offers the same support and modify it for your needs. Often, these 'minor' errors can drain the life out of you. Import a known good example from the toolchain -> do not change anything in the source code -> compile it and make sure it compiles...
by mon2
Tue Nov 30, 2021 12:19 pm
Forum: Development Tools and Programming
Topic: XUF232-1024-FB374-C40A Not Booting
Replies: 9
Views: 57322

Re: XUF232-1024-FB374-C40A Not Booting

Try to stabilize each of the assembled boards to behave properly. Start with a known good reference ip like a led blinky or better yet, the XMOS usb HID mouse project. This project will move the mouse pointer in a square pattern till stopped. Does this IP work on every assembled board? If not, revie...
by mon2
Mon Nov 22, 2021 12:52 pm
Forum: Q&A
Topic: Winows 10, x64, with running AN00136, it showed the device driver is not installed code 28
Replies: 3
Views: 23670

Re: Winows 10, x64, with running AN00136, it showed the device driver is not installed code 28

Validate the same concept using the XMOS supplied USB Mouse HID IP. This is a HIGH SPEED USB 2.0 IP that will create a mouse using the native native HID driver found on most operating systems that support USB. The mouse pointer will then move in a square / rectangular pattern till stopped. Does that...
by mon2
Tue Sep 14, 2021 2:09 pm
Forum: Getting started
Topic: xCORE-200 eXplorer USB to I2S
Replies: 3
Views: 25309

Re: xCORE-200 eXplorer USB to I2S

Hi. Not an audio developer but see if the following helps to get you started.

https://www.xcore.com/viewtopic.php?f=3&t=6779
by mon2
Fri Sep 03, 2021 11:56 am
Forum: Q&A
Topic: 6 i2s lines @ 192k?
Replies: 2
Views: 20630

Re: 6 i2s lines @ 192k?

1) It will be a good idea to ask DIYINHK about the permutations of software supported by this kit. Do update this thread with the status. 2) in the meantime, run the XMOS USB HID mouse IP to confirm the kit and your setup are stable to support USB 2.0 high speed communication. Post your updates. In ...
by mon2
Wed Aug 18, 2021 12:28 pm
Forum: XMOS Devices
Topic: XUF232-1024 stalls after software reboot
Replies: 5
Views: 40064

Re: XUF232-1024 stalls after software reboot

USB as can be expected, is a very time critical IP. It can be broken easily with blocking code. Can you test the XU208 with a simple LED blink flasher and confirm it is solid before debugging your USB IP? There are tools inside the xtimecomposer to offer a graphical view of how your cores spend thei...
by mon2
Sun Aug 01, 2021 4:59 pm
Forum: General Questions
Topic: Help identify the manufacturer of this USB DAC board used in MiniMax Supreme
Replies: 3
Views: 26981

Re: Help identify the manufacturer of this USB DAC board

Hi @nothing10. Saw some fine derrières on the shared links before the XMOS based audio amp. Not complaining :) Next time, perhaps consider to use wetransfer cloud service or similar? 1) Suggest to reach out to M2TECH whom you mentioned made the XMOS module. Ask them: a) to share the pinout for the 0...
by mon2
Sat Jul 31, 2021 9:16 pm
Forum: Development Tools and Programming
Topic: xcore-200 DFU DFLASH_MAX_UPGRADE_SIZE and issues
Replies: 2
Views: 19214

Re: xcore-200 DFU DFLASH_MAX_UPGRADE_SIZE and issues

When running the xflash command, apply the --verbose flag and review the output log for possible issues.