Hi again,

> Thank you for your answers. I still have some misunderstanding
> below.
>
>>> 3. Will the debugger work with CCDEBUGGER and the CC2541?
>>
>> Well, that depends on the debugging software. SDCC can generate OMF
>> output which contains debugging info. But the SDCDB debugger does not
>> support CCDEBUGGER or any other hadrware dongle. So you'll have to use
>> other software that supports reading OMF files for debugging.
>
> I'm confused. Are you saying that SDCC (or SDCDBG) cannot download the
> final linked binary file into the CC2541 with the CCDEBUGGER? Even more,
> what I'd like to be able to do is set breakpoints and examine memory and
> registers, basic debugging stuff.
>
> I read where SDCDBG operates on one end as an interface to GDB, but what
> about on the end to the processor? If it can't work with CCDEBUGGER,
> what hardware/software can it work with?

The other end currently only supports simulation of a few cores, no real
hardware. SDCC only generates Intel Hex, SDCDB specific CDB files and/or
OMF files. SDCC does not come with any tool for programming, let alone
debugging, of real hardware.

What does the CCDEBUGGER come with? Any software except the USB driver?

Maarten

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to