Sign in

username:

password:



Not a member?

Search lpc2000



Search tips

Subscribe to lpc2000



lpc2000 by Keywords

2106 | ADC | ARM7 | Atmel | Bootloader | CAN | CrossStudio | CrossWorks | DDS | ECos | Ethernet | ETM | FIFO | FLASH | FPGA | GCC | GDB | GNU | GNUARM | GPIO | I2C | IAP | IAR | JTAG | Kickstart | LCD | Linux | LPC | LPC-E2294 | LPC2000 | LPC2100 | LPC2104 | Lpc2106 | Lpc210x | LPC2114 | LPC2119 | LPC2124 | LPC2129 | Lpc2138 | LPC213x | LPC21xx | LPC2210 | LPC2212 | LPC2214 | LPC2292 | LPC2294 | LPC2xxx | LPC3128 | MCB2100 | Olimex | Philips | PWM | Rowley | RTC | RTOS | SPI | SSP | UART | UART0 | UART1 | ULINK | USB | Watchdog | Wiggler

Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | LPC2000 | Crossworks, stack and dissassembly


Advertise Here

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 )