Search found 12 matches

by lslarry86
Tue Oct 23, 2018 8:42 pm
Forum: Development Tools and Programming
Topic: How do you program XE216-512-TQ128 without XSYS dongle?
Replies: 2
Views: 44241

Re: How do you program XE216-512-TQ128 without XSYS dongle?

Thank you. It sounds like there is no approved or prefabricated method for network firmware update.
by lslarry86
Tue Oct 23, 2018 4:27 pm
Forum: Development Tools and Programming
Topic: How do you program XE216-512-TQ128 without XSYS dongle?
Replies: 2
Views: 44241

How do you program XE216-512-TQ128 without XSYS dongle?

I'm doing my first XMOS design, basically copying the xCORE-200 with my own I/O design. So far all my software work has been through the XSYS dongle on J2, mainly because the Eclipse debug button wanted to route through there. What other methods are available to program the board? In deployment I wo...
by lslarry86
Tue Aug 28, 2018 1:08 am
Forum: Getting started
Topic: First Debug, "Target connection failed," on xCORE200
Replies: 5
Views: 9072

Re: First Debug, "Target connection failed," on xCORE200

Topic 3964 worked for me too:
XMOS_XTAG_WINDOWS7_STARTUP_TIME=500 in Properties/C/C++ Build/Environment
Thanks!
by lslarry86
Tue Aug 28, 2018 1:03 am
Forum: Getting started
Topic: First Debug, "Target connection failed," on xCORE200
Replies: 5
Views: 9072

Re: First Debug, "Target connection failed," on xCORE200

The hardware is xCORE-200 eXplorer with xTAG3. By "design" I meant my RFID software ported from Propeller.
by lslarry86
Mon Aug 27, 2018 10:45 pm
Forum: Getting started
Topic: First Debug, "Target connection failed," on xCORE200
Replies: 5
Views: 9072

First Debug, "Target connection failed," on xCORE200

I am new to XMOS, trying to start debugging my new design on xCORE200. I have 5V from a charger coming in the 5V IN USB connector. I have a USB cable from my PC to the xTAG3 that came with the xCORE. The boards are plugged together in the only place they seem to mate. Build gives me a debug executab...
by lslarry86
Thu Aug 09, 2018 12:51 pm
Forum: Getting started
Topic: Link Errors in Libraries: Undefined Reference
Replies: 3
Views: 13248

Re: Link Errors in Libraries: Undefined Reference

Yep, that worked. After pathing changes and Clean, I got the binary.
Thanks again!
by lslarry86
Thu Aug 09, 2018 12:25 pm
Forum: Getting started
Topic: Link Errors in Libraries: Undefined Reference
Replies: 3
Views: 13248

Re: Link Errors in Libraries: Undefined Reference

Thank you. I would not have looked at the Makefile without being prompted. Following your insruction brought in lib_logging and lib_xassert, and also broke the compile of lib_gpio and lib_uart. I'm in the prcess of going through lib_uart and changing all the includes from: #include "uart.h"...
by lslarry86
Wed Aug 08, 2018 7:02 pm
Forum: Getting started
Topic: Link Errors in Libraries: Undefined Reference
Replies: 3
Views: 13248

Link Errors in Libraries: Undefined Reference

Hi, I'm sure this has been answered before, but I can't pick it out in Search. I'm building my first XMOS application. I want to end up with a control application with about 10 I/Os and 7 UARTs, along with an embedded website. My target hardware is a new xCORE-200 eXplorer board until I get software...
by lslarry86
Thu Apr 12, 2018 1:06 pm
Forum: Q&A
Topic: How many UARTS will fit in an XMOS chip?
Replies: 4
Views: 3370

Re: How many UARTS will fit in an XMOS chip?

infinite: thanks. I should have refreshed before replying to mon2. I get it now. It's awesome :)
by lslarry86
Thu Apr 12, 2018 1:04 pm
Forum: Q&A
Topic: How many UARTS will fit in an XMOS chip?
Replies: 4
Views: 3370

Re: How many UARTS will fit in an XMOS chip?

Mon2, thank you for your reply. I have ordered the X200 ethernet dev board from Digikey. It will take me a while to digest this information. What is your max baud rate for this design? My serial targets top out at 115 kbps. If tat changes, I would want to take advantage of higher baud rates. In gene...