Page 1 of 1

Can I move the xTag uplink pins from tile 0 to tile 1?

Posted: Thu Nov 01, 2018 7:04 pm
by JohnLidar
I am designing a board using the XE216-512-TQ128 and want to use pins X0D40 through X0D43 for my application but I notice on the xCORE-200 explorer board these pins are used for the uplink. Is it possible to move these 4 pins to tile 1 on the device? If so how do I reconfigure the xTAG system to recognise the change?

Thanks

John

Re: Can I move the xTag uplink pins from tile 0 to tile 1?

Posted: Mon Nov 05, 2018 1:34 pm
by mon2
Hi. Have not personally tested this but yes, it should be possible.

1) The .XN file used by the toolchain offers the details on which links will be used:

https://www.xmos.com/developer/publishe ... ion-manual

Code: Select all

https://www.xmos.com/developer/published/xconnect-link-naming-convention-manual
2) From a quick review of the datasheet:

https://www.xmos.com/developer/download ... .16%29.pdf

XL3 appears to be the pair you will want to use. Conjure up a sample project using the default XLINKS -> review the XN file and format -> then manually change it to XL3 and test away.
XLINKS_Tile1.png
(49.46 KiB) Not downloaded yet
XLINKS_Tile1.png
(49.46 KiB) Not downloaded yet

Here you go, courtesy of Redeye:

http://www.xcore.com/viewtopic.php?t=5057

Code: Select all

http://www.xcore.com/viewtopic.php?t=5057

Re: Can I move the xTag uplink pins from tile 0 to tile 1?

Posted: Fri Jan 04, 2019 4:20 pm
by JohnLidar
Excellent Thanks