Search found 10 matches

by Alexb
Fri May 18, 2012 1:56 pm
Forum: Development Tools and Programming
Topic: flash programme on dual board
Replies: 3
Views: 2543

Re: flash programme on dual board

Hello, This is the xn file I've been using: <?xml version="1.0" encoding="UTF-8"?> <Network xmlns="http://www.xmos.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.xmos.com http://www.xmos.com"> <Type>Board</T...
by Alexb
Thu May 17, 2012 8:26 pm
Forum: Development Tools and Programming
Topic: flash programme on dual board
Replies: 3
Views: 2543

flash programme on dual board

How can I flash my programme on a dual Xk-1a? this is the error I get when I try : C:/Users/ALEXAN~1/AppData/Local/Temp/ccs1aaaa.h:31: warning: The macro is redefined #define PORT_UART_RX on stdcore[1]: XS1_PORT_1I from C:/Program Files (x86)/XMOS/DevelopmentTools/11.11.0/target/include/platform.h: ...
by Alexb
Sun May 13, 2012 3:57 am
Forum: Development Tools and Programming
Topic: Uart problem
Replies: 15
Views: 16680

Re: Uart problem

I narrowed down the error to the uart modules I use the one from the xmos website. I think it's called when the buffer is full, but the documentation says it should empty itself in that case.
by Alexb
Thu May 10, 2012 5:12 pm
Forum: Development Tools and Programming
Topic: Uart problem
Replies: 15
Views: 16680

Re: Uart problem

Hello, I decided to master the simple uart first before moving to the multi-uart. Right now I'm running a simple receive then send code but I kept hitting this error : 0x0001048a in uart_rx_impl () or xrun: Program received signal ET_ECALL, Application exception. 0x00010482 in uart_rx_impl () did an...
by Alexb
Sun May 06, 2012 2:19 pm
Forum: Development Tools and Programming
Topic: Uart problem
Replies: 15
Views: 16680

Re: Uart problem

Hi,

I'm looking to use 6 pins for a Uart implementation. how should I processed so I dont clog 6 thread? Also did anyone find out how to include the scope, so far I've been using a scope demo file as a host for my program.

Thanks

Alex
by Alexb
Sat Apr 21, 2012 3:41 pm
Forum: Development Tools and Programming
Topic: Uart problem
Replies: 15
Views: 16680

Re: Uart problem

Hello, Yes it's seems this way. I've tried copying my code in the app_xscope_continuous files and it's compile without any problem and works! I was also wondering where can I find some info on the uart_moduale, specially on how the buffer works and what happens when it's full. It's seem that I my ca...
by Alexb
Fri Apr 20, 2012 7:50 pm
Forum: Development Tools and Programming
Topic: Uart problem
Replies: 15
Views: 16680

Re: Uart problem

Hi, Thanks for the quick reply. I'm trying to use the print function with the Xscope since I am using the XK-1A board but I'm having some trouble. I used using the Debug-with-printf-in-real-time(X1093C) pdf as a guide and made the following changes to my code : // Copyright (c) 2011, XMOS Ltd, All r...
by Alexb
Mon Apr 16, 2012 9:27 pm
Forum: Development Tools and Programming
Topic: Uart problem
Replies: 15
Views: 16680

Uart problem

Hello, I'm been also having some trouble with the simple uart module. I've modified the uart_back2back code so it would just listen to incoming transmission from a Arduino (simulating a sensor I would like to connect to the xmos) Here the modified xmos code: // Copyright (c) 2011, XMOS Ltd, All righ...
by Alexb
Sat Apr 14, 2012 12:06 am
Forum: Other XMOS Development Kits
Topic: Multi-Uart On XK-1A
Replies: 2
Views: 3457

Multi-Uart On XK-1A

Hi,

I'm trying to use the Multi-Uart module on my XK-1A but when I run the Demo it gives me this error : xrun: Number of nodes in binary does not match the device

Can I use this module on the XK-1A?

Thanks

Alexandre
by Alexb
Sat Apr 07, 2012 11:30 pm
Forum: Introductions!
Topic: Hello!
Replies: 4
Views: 5237

Hello!

Hello, Xmos community! I'm a student electrical engineering at l'école polytechnique of Montreal. I'm very excited to discover the possibilities offered by the XK-1A! I just start to go trought the UART module offer by XMOS and I was woundering if someone could guide me to where I could find informa...