Search found 12 matches

by MisterHemi
Sun Jan 12, 2020 6:36 pm
Forum: Development Tools and Programming
Topic: Error: Undefined reference to function
Replies: 5
Views: 2230

Re: Error: Undefined reference to function

Thanks, i'll take a look.
by MisterHemi
Fri Jan 10, 2020 10:36 am
Forum: Development Tools and Programming
Topic: Error: Undefined reference to function
Replies: 5
Views: 2230

Re: Error: Undefined reference to function

After a clean build I now get the following message:

Code: Select all

/src/main.xc:29:9: error: use of `usage.anon.6' violates parallel usage rules
        par {
        ^~~
What is "usage.anon.6"?

Is there a list on error codes/messages or some reference which list such things?
by MisterHemi
Mon Jan 06, 2020 11:41 pm
Forum: Development Tools and Programming
Topic: Error: Undefined reference to function
Replies: 5
Views: 2230

Re: Error: Undefined reference to function

Thanks. The headers are all in the same folder.

I believe I tried a clean build before. I'll try again.
by MisterHemi
Mon Jan 06, 2020 1:59 am
Forum: Development Tools and Programming
Topic: Error: Undefined reference to function
Replies: 5
Views: 2230

Error: Undefined reference to function

Hello, I've searched the forum and didn't find anything seemingly relevant to my problem. I get the following errors: Creating I2C Display Library v2.xe cd .build && xcc -O2 -g @_obj.rsp '.././XCORE-200-EXPLORER.xn' '.././config.xscope' -o '../bin//I2C Display Library v2.xe' ../src/main.xc: ...
by MisterHemi
Fri Mar 15, 2019 7:31 pm
Forum: XMOS Devices
Topic: Where to find XEF216 list of registers
Replies: 3
Views: 1566

Re: Where to find XEF216 list of registers

No offense taken... I have the the xCore 200 eXplorer board but I think my USB stack might be smaller, more efficient. For example, I know they're different, on the PIC32MZ the Harmony USB stack is 24 times the size of my stack. Also, I am curious about the inner workings of the Xcore processor. It ...
by MisterHemi
Fri Mar 15, 2019 5:33 pm
Forum: Getting started
Topic: xTime Composer macOS
Replies: 6
Views: 4642

Re: xTime Composer macOS

I'm also running MacOS 10.14.3 and if I remember correctly I did have to install the older version of Java.
by MisterHemi
Fri Mar 15, 2019 5:30 pm
Forum: XMOS Devices
Topic: Where to find XEF216 list of registers
Replies: 3
Views: 1566

Where to find XEF216 list of registers

Hello, I'm trying to find a data sheet or other document which list and explains how to access the registers. I wrote a USB stack for the PIC32MZ and would like to try porting it to the XEF216. The data sheets i've seen seem very vague and I don't understand or see anything helpful for my applicatio...
by MisterHemi
Wed Jun 20, 2018 1:05 am
Forum: Introductions!
Topic: Hello from Commerce (Los Angeles), California USA
Replies: 1
Views: 12552

Hello from Commerce (Los Angeles), California USA

Hello! I'm new to XMOS products and am mostly familiar with PIC processors but i'm very interested in XMOS processors and think they would be extremely useful for my designs. Also I have a question, how do I attach a photo or image? I tried in a previous thread and it didn't display the images from ...
by MisterHemi
Wed Jun 20, 2018 12:08 am
Forum: Getting started
Topic: xCORE-200 eXplorerKIT: Unable to run examples
Replies: 11
Views: 211353

Re: Unable to run examples

Ok I figured it out. It was just user error, having come from using Microchip's tools things are a bit different. In xTIMEcomposer you use: RUN > RUN AS > 1 xCORE Application Whereas in MPLAB you'd click on the icon with the square and down arrow (Make and Program Device Project) I had assumed the l...
by MisterHemi
Tue Jun 19, 2018 11:41 am
Forum: Getting started
Topic: xCORE-200 eXplorerKIT: Unable to run examples
Replies: 11
Views: 211353

Re: Unable to run examples

Also I found this topic. It may be related since i'm also using Mac OS.

http://www.xcore.com/viewtopic.php?f=47&t=6362