Page 1 of 1

XK-1 User Group

Posted: Tue Apr 05, 2011 1:22 pm
by Folknology
To maximise the potential of the XK1 development board
Read

Re: XK-1 User Group

Posted: Tue Apr 05, 2011 1:25 pm
by Folknology
Welcome to the XK1 User Group. I hoping to share stories and conversations around the XK1 development board or boards given the plural nature of its design.

Re: XK-1 User Group

Posted: Tue Apr 05, 2011 1:31 pm
by Folknology
First post on this group is a member query, given that XK-1's are designed to be used not just in the singular but also in the plural, I am interested in how many XK1's you might have, and who has the most boards.

Re: XK-1 User Group

Posted: Tue Apr 05, 2011 3:07 pm
by russf
Al has created a simple connector that switches the link signals to allow XScope to function with the XK-1 boards.

I proposed mods to change the XK-1 board directly. This mod is stil untested. (I'm still hoping someone will take a look and check my proposal, before I cut the board)

I'm not recommending this fix. Try it at your own risk.

--r

Re: XK-1 User Group

Posted: Tue Apr 05, 2011 4:46 pm
by Folknology
For those that wish to use the XLinks with Xtag2 and XK1V1.0 here is the Project for the adaptor

I think it might also work if you need to combine older and newer incompatible XK1s, by inserting an adaptor in between each board.

regards
Al

Re: XK-1 User Group

Posted: Fri Sep 02, 2011 9:01 am
by yugandhar
Hi everybody,

I am using XK-1A development board to trace data between SDIO Host and Device. I configured CLK and CMD pins as follows.

in port SDIO_CMD = XS1_PORT_1F ;
in port SDIO_CLK = XS1_PORT_1H ;
clock Clk_Src = XS1_CLKBLK_1;

void SDIO_Trace_Init (void) {
configure_clock_src(Clk_Src, SDIO_CLK);
configure_in_port(SDIO_CMD, Clk_Src);
start_clock(Clk_Src);
}

By using above initialization, i am able to trace only few bytes of data.

I checked the frequency of CLK signal with XMOS Board, it is 374.531 KHz. But, i found the frequency of same CLK signal is 25MHz., by using Intronix Logic Analyzer.

I know SDIO Host uses low frequency (~400 KHz.) for initialization and it will switch to High speed mode (25 MHz.) if card supports.

Now in my case also frequency switching occurred. So how to capture data with XK-1A board. Is it possible or not ??

If anybody know or faced same problem please reply.

Thankyou