Discussion group dedicated to the Philips LPC2000 family of ARM MCUs
Crossworks, stack and dissassembly - rich...@gmail.com - Oct 24 14:55:30 2008
Hi, I recently purchased Crossworks for ARM. In the past, I've used IAR EW for the MSP430.
With IAR, I can view how much of the stack is being used. Is there a similar feature in
Crossworks?
Also, how do I look at the dissassembly with Crossworks?
Thanks in advance.
Rich
------------------------------------

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )
Re: Crossworks, stack and dissassembly - leon Heller - Oct 24 15:27:23 2008
----- Original Message -----
From:
To:
Sent: Friday, October 24, 2008 7:55 PM
Subject: [lpc2000] Crossworks, stack and dissassembly
> Hi, I recently purchased Crossworks for ARM. In the past, I've used IAR EW
> for the MSP430. With IAR, I can view how much of the stack is being used.
> Is there a similar feature in Crossworks?
You can display the registers including the SP.
>
> Also, how do I look at the dissassembly with Crossworks?
Tools > Disassemble.
Leon
------------------------------------

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )RE: Crossworks, stack and dissassembly - Paul Curtis - Oct 24 15:53:36 2008
Hi,
> Hi, I recently purchased Crossworks for ARM. In the past, I've used IAR EW
for
> the MSP430. With IAR, I can view how much of the stack is being used. Is
there
> a similar feature in Crossworks?
Depends. You can calculate it from the current SP and the SP on entry to
main().
> Also, how do I look at the dissassembly with Crossworks?
As Leon says, Tools > Disassemble to show a disassembly of the whole file.
During debugging, set the Debug mode to Intermixed or Assembly view.
-- Paul.
------------------------------------

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )
Re: Crossworks, stack and dissassembly - richdinoso - Oct 24 16:13:05 2008
Thank you both for the info.
--- In l...@yahoogroups.com, "Paul Curtis"
wrote:
>
> Hi,
>
> > Hi, I recently purchased Crossworks for ARM. In the past, I've
used IAR EW
> for
> > the MSP430. With IAR, I can view how much of the stack is being
used. Is
> there
> > a similar feature in Crossworks?
>
> Depends. You can calculate it from the current SP and the SP on
entry to
> main().
>
> > Also, how do I look at the dissassembly with Crossworks?
>
> As Leon says, Tools > Disassemble to show a disassembly of the whole
file.
> During debugging, set the Debug mode to Intermixed or Assembly view.
>
> -- Paul.
>
------------------------------------

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )