Sign in

username:

password:



Not a member?

Search lpc2000



Search tips

Subscribe to lpc2000



Ads

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

Discussion Groups

See Also

DSPFPGAElectronics

LPC2000

Discussion group dedicated to the Philips LPC2000 family of ARM MCUs

Search Results for "gdb"

  

Post a new Thread

Help on JTAG + LPC2478, again.

Felipe de A N L - Oct 22 2009
*Hi guys. I made some improovement on openocd but got stuck again: This is my run LOG:* Open On-Chip Debugger 0.2.0 (2009-10-09-23:29) Release $URL: http://svn.berlios.de/... Help on JTAG + LPC2478, again.

Debugging in Eclipse - Possible to display Peripheral Registers Symbolically?   [3 Articles]

henrym_33 - Oct 8 2009
Hi everybody, I'm debugging my LPC2378 project in Eclipse (GNUARM, OpenOCD, GDB toolchain), and I don't see a way to view the various chip peripheral registers (FIO0PIN, TOIR, U... Debugging in Eclipse - Possible to display Peripheral Registers Symbolically?

Re: Development Tools for ARM   [7 Articles]

ftsol1962 - Oct 5 2009
I am presently using the IAR Kickstart (32K limit) version of their workbench IDE with the Segger J-Link. The Segger J-Link isn't cheap but the IAR Kickstart tool is free and... Re: Development Tools for ARM

Re: How do you determine the memory address of an instruction?   [5 Articles]

Felipe de A N L - Sep 27 2009
Isn't a Disasamble option on your compiler? There you will get the address propely. 2009/9/26 codinglikeits1999 > > I'm using CodeSourcery G++ Lite 2009Q1. For setting... Re:  How do you determine the memory address of an  instruction?

Re: ARM-USB-TINY + LPC2478STK = Help!   [2 Articles]

Dick Balaska - Sep 18 2009
Am 9/17/2009 7:31 PM, also sprach Felipe de Andrade Neves Lavratti: > The ft232driver .c file is sayint that he couldn't find the ARM-USB-TINY B > device, the A device is beein... Re:  ARM-USB-TINY + LPC2478STK = Help!

Re: OpenOCD in Windows Vista 64?

henrym_33 - Sep 10 2009
I managed to get everything working on my Vista 64 machine. It took a few sorta painful days working with the openocd.cfg and gdb init scripts but now I'm able to remotely debug, s... Re: OpenOCD in Windows Vista 64?

Re: Re: Best Platform   [2 Articles]

Ananda Regmi - Sep 2 2009
I use gnu arm, gdb with eclipse on ubuntu. I don't edit my code in eclipse. I use vim for that. I hook up eclipse only when I need to look at debug values. And I load the executa... Re:  Re: Best Platform

A curious thing (LPC2131)

Jonathan Masters - Sep 1 2009
Let me be more specific. After programming the flash, the the GDB init commands reset the processor and it would attempt to run to the breakpoint normally set at main(). The ... A curious thing (LPC2131)

Eclipse GDB

Jonathan Masters - Aug 18 2009
Hi All, I am following up on my post of a week or so ago. I have spent the entire day trying to get Eclipse+GDB to work. Everything appears to work except nothing works. ... Eclipse GDB

My new board and yagarto

Jonathan Masters - Aug 11 2009
Hello all. I recently designed, built and programmed an LPC2131 design. The software was written using an installation of Eclipse (3.2) on an old machine. Debugging was done... My new board and yagarto

Re: Using Openocd with Olimex LPC2478 STK

"hsu...@sbcglobal.net" - Jul 20 2009
I bought an Olimex arm-usb-ocd interface about a month ago. I think that as far as openocd is concerned, they are identical. Here is the .cfg file I've been using. (I assume you'... Re: Using Openocd with Olimex LPC2478 STK

Re: What is the best Jtag for a good price?   [8 Articles]

John Gentilin - Jul 10 2009
I like the JLink variants.. this vendor on EBay has a JLink V7 clone with full licenses.. The licenses allow you to use the GDB server from Segger which supports unlimited flash ... Re:  What is the best Jtag for a good price?

eclipse + yagarto + openocd + amontec jtag tiny+lpc2368 problem

pinnor_1973 - Jun 27 2009
Hi to all, as suggest to me by tcomins I insert this line in the open ocd cmd file: flash bank lpc2000 0x00000000 0x20000 0 0 0 lpc2000_v2 14746 calc_checksum and then i insert... eclipse + yagarto + openocd + amontec jtag tiny+lpc2368 problem

please share your LPC2103 OpenOCD script and GDB commands   [3 Articles]

Casainho - May 12 2009
Hello :-) I got my OpenOCD scripts and GDB commands by mixing a lot of sources. I am looking to program and debug the code on the flash. I am using the Olimex Header board, ... please share your LPC2103 OpenOCD script and GDB commands

Re: Timer1 interrupt not hapenning

JPCasainho - May 12 2009
--- In l...@yahoogroups.com, "JPCasainho" wrote: > > Hello :-) > > I had the code for Timer1 interrupt hapening however it stops and I don't know why :-( > > I am ... Re: Timer1 interrupt not hapenning

Re: LPC2103 -- unknown EmbeddedICE version

tcirobot - May 2 2009
--- In l...@yahoogroups.com, "JPCasainho" wrote: > > > Some more info on your ide system can give us a help to understand your issues,jtag debbuger too. > > Franco > ... Re: LPC2103 -- unknown EmbeddedICE version

eclipse debug   [2 Articles]

Silveris - Apr 22 2009
hi where. why all my programss: (for example): char variable; variable = 0; while(1) { PORTB=variable; variable++; } on debug mode disassemble like this: va... eclipse debug

large latency with OpenOCD/GDB/Eclipse/Amontec-tiny

mkrug88 - Apr 21 2009
Hello, I setup a LPC2478 timer interrupt for match and reset. Therefore the timer should be set to 0x00 if the interrupt occurs. To check this I set a breakpoint on the first in... large latency with OpenOCD/GDB/Eclipse/Amontec-tiny

Re: Re: starter ! starter!

sachin dhiman - Apr 3 2009
you can install, yagarto tools (gcc + gdb + make + ocd + eclipse) List of other tools can be found from following link... http://www.embeddedcraft.org/arm.html On Thu, Ap... Re:  Re: starter ! starter!

OpenOCD & LPC288x - flashing works, but not when using the LPC288x flash driver

supererwin2000 - Mar 23 2009
Hi everyone, I've got a problem getting the flashing mechanism of OpenOCD to work with my LPC2888 board: OpenOCD 0.1.0 (2009-01-21-21:15) Release Olimex LPC2888 header boar... OpenOCD & LPC288x - flashing works, but not when using the LPC288x flash driver

Re: Re: microSD + LPC2148

Ralph Hempel - Mar 18 2009
Paul Curtis wrote: > Defecting to the Dark Side, Ralph? IAR's latest announcement has a > certain appeal for some I guess... If by appeal you mean cracking open your $300... Re:  Re: microSD + LPC2148

Problem with interrupts when running in RAM?   [2 Articles]

epvlpc - Mar 15 2009
I'm trying to make a very simple interrupt demo work. It works fine when run from ROM, either in arm or thumb mode, but when I run it from RAM, it hangs the first time the interrup... Problem with interrupts when running in RAM?

OpenOCD config for LPC2478   [3 Articles]

Kevin Townsend - Mar 14 2009
I've been having a heck of a time getting the latest build of OpenOCD to work with a P2478 board, and was wondering if anyone here has had any success configuring with this combina... OpenOCD config for LPC2478

Re: Open Source Software Development Tools for LPC2000

jtd - Mar 9 2009
On Monday 09 March 2009 16:38, jdauchot wrote: > Hi > > If someone uses software development tools such as Yargato and GNU > for comercail purposes. Does the source code de... Re:  Open Source Software Development Tools for LPC2000

lpc2368 - Unable to read/write eth controller regigisters by GDB   [2 Articles]

Paolo Faverio - Mar 6 2009
Hi all, I'm working with LPC2368, and I need to debug TCP/IP application. I'd like to read/write Ethernet controller registers using GDB-Openocd. Using GDB memory dump command a... lpc2368 - Unable to read/write eth controller regigisters by GDB

Re: Re: Update to gcc-4.3.3 (from 4.2) breaks my build   [6 Articles]

Peter Vidler - Feb 27 2009
42Bastian wrote: > If, then not gcc but ld (binutils). Yeah, I always forget they are separate projects. Most of the time I lump GDB in there as well :) I found a way t... Re:  Re: Update to gcc-4.3.3 (from 4.2) breaks my build

Re: lpc2148, newlib-lpc, math functions...

tahoe_nanci - Feb 26 2009
To finalize this thread... I could not get a newlib-lpc built on my mac with the variety of toolchains that I installed from binary and source. I took the newlib-lpc stuff an... Re: lpc2148, newlib-lpc, math functions...

Problem with "large" NOLOAD section - Yagarto

dittrichm07 - Feb 26 2009
I am using yagarto gcc 4.3.2 on a LPC2468 and have the need for a large NOLOAD section in a 32MB x16 SDRAM on dynamic CS0. Linker script: MEMORY { flash : ORIGIN =... Problem with

Re: Using C++ with ARM7 and Yargarto   [6 Articles]

dittrichm07 - Feb 25 2009
> /****************************************************************************** > *** Call constructors > ****************************************************************... Re: Using C++ with ARM7 and Yargarto

Error finishing flash operation

Jean-Sebastien Stoezel - Feb 22 2009
Hi, I have followed the Yagarto install procedure but I get the following error while starting the debugger in flash mode: "Error finishing flash operation". The debugger ... Error finishing flash operation

RE: Eclipse+Olimex openOCD+MAC OS X   [3 Articles]

"FreeRTOS.org Info" - Feb 13 2009
> Ahahaha... > > My Olimex JTAG is already setup as described in the link you > specified, thanks though. This link does not explain how to > install the debugger and g... RE:  Eclipse+Olimex openOCD+MAC OS X

Re: Introduction New to ARM

"M. Manca" - Feb 5 2009
nerdinrage ha scritto: > > This is Me http://www.linkedin.com/in/davidrwilcox > I am currently working on my Graduate thesis. I chose an ARM7 core > processor, LPC2148, ... Re:  Introduction New to ARM

Re: Re: Newbee: help with Embedded Artists LPC2103 education board   [2 Articles]

dlc - Jan 23 2009
tcirobot wrote: > --- In l...@yahoogroups.com, "Dennis Clark" > wrote: > > Hi all, > > > > I'm a total newbee on the ARM platform. I got the Embedded > Arti... Re:  Re: Newbee: help with Embedded Artists LPC2103 education board

RE: Yargato and OpenOCD with Olimex usb ocd

Bruce Paterson - Jan 11 2009
-----Original Message----- From: l...@yahoogroups.com [mailto:l...@yahoogroups.com] On Behalf Of jdauchot Sent: Friday, 9 January 2009 8:50 PM To: l...@yahoogroups.com Subject... RE:  Yargato and OpenOCD with Olimex usb ocd

IAR with Olimex JTAG Devices   [2 Articles]

Kevin Townsend - Jan 3 2009
I wanted to try IARs compiler to compare the output, and also because many examples I've found on the web are written for IAR (notably Olimex). Unfortunately, I'm not all that... IAR with Olimex JTAG Devices

Re: Olimex LPC-E2468 JTAG Debug: Update   [7 Articles]

michael brown - Nov 12 2008
Bruce Paterson wrote: > Hmmm > > All is still not fine with ARM-USB-OCD. For some reason I can't get it > to breakpoint on main reliably. I usually set a temporary breakpo... Re:  Olimex LPC-E2468 JTAG Debug: Update

Re: Olimex LPC-E2468 JTAG Debug: Update   [3 Articles]

michael brown - Nov 10 2008
Bruce Paterson wrote: > No success yet, but an update. > Any suggestions welcome ! Well, on my Olimex LPC-2378-STK board, I've seen similar messages after I fed OpenOCD a ... Re:  Olimex LPC-E2468 JTAG Debug: Update

Olimex LPC-E2468 JTAG Debug   [3 Articles]

Bruce Paterson - Nov 7 2008
Hi all, I'm having real problems getting debugging going with the Olimex LPC-E2468 card (PC host) and after one of those frustrating sorts of days I'm looking for some pointer... Olimex LPC-E2468 JTAG Debug

Re: Tools advice for lpc2468

Pietro Maggi - Oct 24 2008
On Fri, Oct 24, 2008 at 4:04 PM, Xiaofan Chen wrote: > > It is said that Ulink can only be used with Keil, not other packages. > J-Link can be used with IAR, Keil and Cros... Re:  Tools advice for lpc2468

Re: Problem using Olimex-ARM-USB-OCD with OpenOCD in ubuntu 8.04   [4 Articles]

Harrie Geerts - Oct 23 2008
change your config file to: ft2232_device_desc "Olimex OpenOCD JTAG A" And use another power source for your board. Harrie ----- Original Message ----- From: oladipo_on... Re:  Problem using Olimex-ARM-USB-OCD with OpenOCD in ubuntu 8.04
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | next