Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I am going to buy a beagleboard xm. The emulator what I got is XDS100v2. Can I able to debug with this in eclipse environment? What everyone suggests in forums is we can use it with Code Composer Studio. But I dont have license for the same,and also the free license provided with XDS100v2 is time limited I guess or atleast it is node locked for the worst case. So has anyone found a way for using XDS100v2 with beagleboard xm?

share|improve this question
nobody knows any info reg xds100v2 compatibility with eclipse? – badz Jul 18 '12 at 5:44

1 Answer

up vote 1 down vote accepted

AFAIK the XDS100 emulators run only with the TI software. You should have gotten a board-locked license with you XDS100v2 - meaning that CCS runs only with exactly this adapter. (See the CCSv5 licensing FAQ for more information - it might even be that the normal CCSv5 installation already works with it)

Btw.: Code Composer Studio is based on Eclipse.

OpenOCD might be another way to go. Then you would install one of the GCC toolchains (code sourcery or yagarto, for example), and use OpenOCD. But for that you would need another JTAG adapter, since OpenOCD doesn't support the XDS series.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.