Slicekit xScope Real-time

Technical questions regarding the XTC tools and programming with XMOS.
blazi
Newbie
Posts: 1
Joined: Fri Apr 04, 2014 11:13 am

Slicekit xScope Real-time

Post by blazi »

Hello,

I'm trying to make use of xScope real-time debugging. I'm a little bit confused, because I can find many sources explaining how to do it, but none of explanations leads me to do it. My device is XMOS Slicekit-L16. In run configurations -> Target I/O options I've tried JTag and xScope. In xScope section I've checked Real-Time and set port to 12345. XMOS LINK switch is set to ON. When I run application with xScope Real-Time enabled it doesn't play sound so I'm not even sure if it's running. The problem is I can't connect in Real-Time Scope section. Without xScope Real-Time option it's working right. I've pushed entire code to this repository. http://github.com/blazejkotowski/xmos-audio-tests/

Thank you for your help,
Błażej
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Post by sethu_jangala »

Hi Błażej,

To use the realtime scopes you need to have an application running on the host that receives the xscope data. Example of such application can be found in the following repository:
https://github.com/xcore/sc_xscope_support

Thanks,
Sethu.