DSPRelated.com
Forums

DM6446 debug ARM

Started by wang...@126.com August 7, 2009
I am using DM6446 and xds560 emulator.

Can I use ARM's assemble language to debug ARM in CCS??

I write a simple program in CCS using ARM's assemble language.

But when compile it , I get mang errors in the output window of CCS.

I just want to use ARM's assemble language to read and write ARM's register.

Is there some document I can refer to??

_____________________________________
> Subject: DM6446 debug ARM
> Posted by: wangshuzheng1984
> Date: Fri Aug 7, 2009 6:55 am ((PDT))
>
> I am using DM6446 and xds560 emulator.
>
> Can I use ARM's assemble language to debug ARM in CCS??
>
> I write a simple program in CCS using ARM's assemble language.
>
> But when compile it , I get mang errors in the output window of CCS.
>
> I just want to use ARM's assemble language to read and write ARM's register.
>
> Is there some document I can refer to??

All the documentation is on the ARM web site,
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.home/index.html
ARMv5 Architecture Reference Manual ARM DDI 0100I describes ARM9 devices.

TI's documents explaining the assembler and C compiler are spnu118g.pdf and
spnu151d.pdf.

Rgds,
Andrew

_____________________________________