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

LPC2000

Discussion group dedicated to the Philips LPC2000 family of ARM MCUs

Search Results for "gdb"

  

Post a new Thread

Remote debugging on ARM7TDMI   [5 Articles]

joergendraeby - Oct 2 2008
I've build gdbserver on target (lpc2568) and it starts ok. command line: gdbserver : hello gdbserver responds: Process hello created; pid = 21 Listening on port I'v... Remote debugging on ARM7TDMI

LPC2468 debugging with Macraigor usb2Demon   [2 Articles]

stevelenz2008 - Jul 22 2008
I'm trying to get a system up and running using the Embedded Artists LPC2468 development board with a Macraigor usb2Demon using the GNU toolchain and Eclipse. Macraigor does... LPC2468 debugging with Macraigor usb2Demon

undefined instruction exception caused by lsl instruction

Kosta Kliakhandler - Jun 27 2008
Hi, I am developing code for an lpc2138 (currently using an olimex dev board). Right now I'm using gcc-4.2.4 and newlib-1.16 with -O1 (-OO makes assembly which is hard to debu... undefined instruction exception caused by lsl instruction

instructions not executed?

Kliakhandler Kosta - Jun 20 2008
Hello, After the previous message I changed the startup file back to a=20=20 working state, and I am now facing another weird obstacle. Consider=20=20 the fillowing ... instructions not executed?

Debugging lpc2368 problem using OpenOCD   [3 Articles]

ragh...@signal-networks.com - Jun 19 2008
Dear all, We are working on keil MCB2300 (lpc2368) board. Following tools are used to build target image: Software: gcc 4.3.1 gdb 6.8 open ocd latest newlib 1.16 binuti... Debugging lpc2368 problem using OpenOCD

FreeRTOS demo for LPC2378 with Eclipse - will not run

jefflday - Jun 18 2008
I have installed OpenOCD, Yagarto, Eclipse, etc. The demo builds successfully, and I can program the target. When I start the debugger, I get the following in the OpenOCD con... FreeRTOS demo for LPC2378 with Eclipse - will not run

arm-elf-insight jumps around erratically while stepping   [4 Articles]

rsturmer - Jun 14 2008
I'm working with an LPC2103 using arm-elf-insight, and when I halt my program and use the step functionality, the program appears to jump around erratically. It appears to be ro... arm-elf-insight jumps around erratically while stepping

Eclipse/OpenOCD Software breakpoint problems   [3 Articles]

mjbutsch - May 22 2008
Hello, I am having trouble getting multiple software breakpoints to work. I am just starting to work with the NXP LPC21XX parts and am using Eclipse, OpenOCD and Yagarto ... Eclipse/OpenOCD Software breakpoint problems

Loading and Running LPC2103 with GDB/OpenOCD without Insight?   [3 Articles]

rsturmer - May 18 2008
I'm working with an LPC2103 Olimex Dev kit with GCC/OpenOCD/GDB/arm-elf-insight. I can get the part loaded up in insight and kick off my program just fine, but want to "graduate... Loading and Running LPC2103 with GDB/OpenOCD without Insight?

not entering a interrupt service routine lpc2378

kd7vn - Apr 12 2008
I'm using an olimex lpc-p2378 dev board. I'm trying to use the timer0 to generate an interrupt. I have confirmed that the timer0 portion of my code is working. I set up a fe... not entering a interrupt service routine lpc2378

Re: Eclipse Debugging on lpc2292 (using 2106 demoblink demo)   [3 Articles]

jsalomo1 - Feb 21 2008
--- In l...@yahoogroups.com, "Bruce" wrote: > > --- In l...@yahoogroups.com, "jsalomo1" wrote: > > > > I have been trying to follow James Lynch's tutorial on the lp... Re: Eclipse Debugging on lpc2292 (using 2106 demoblink demo)

J-Link size limitations ..   [4 Articles]

lemon tree - Feb 15 2008
hello all, i am interested in knowing if there is any way that i could use "USB-JTAG/SWD debug probe for ARM" with Open OCD ? i would want to get around the size limitation whic... J-Link size limitations ..

GCC for ARM   [3 Articles]

Aditya Bankar - Feb 13 2008
Hi all, My question is to all those who use GCC. I wrote a code in C and compiled it for ARM using GCC and a ".o" was created. But how do I specify where the address of regist... GCC for ARM

Re: FreeRTOS lpc2368 Eclipse missing managed make file   [3 Articles]

mspuser2000 - Feb 4 2008
--- In l...@yahoogroups.com, "FreeRTOS.org Info" =20 wrote: > > > > I have installed the Yagarto tools (GCC OpenOCD Eclipse) and am=20 > > > working through a variety ... Re: FreeRTOS lpc2368 Eclipse missing managed make file

LPC2368 locking up when working with MAC

bsutherlandrfi - Jan 18 2008
Hi all. I am working on a Keil MCB2300 development board. This has an LPC2368 and a DP83848 PHY chip. For debugging I am using Eclipse --> GDB --> OpenOCD --> Olimex ARM-... LPC2368 locking up when working with MAC

Re: JTAG ??

derbaier - Jan 8 2008
--- In l...@yahoogroups.com, "Ravi" wrote: > > Hi Dave, > "There are some good debuggers that can work via the serial port" > > with regards > > Ravi > As... Re: JTAG ??

LPC2468 UART port not working   [2 Articles]

vasanth` raj - Nov 28 2007
Hi, I had worked with LPC2148 prototype board with ARM GDB open OCD and its fine. Now I am using the same configrations of LPC2148 and Script files for LPC2468 and try to co... LPC2468 UART port not working

LPC2468 ARM GdB sample Test application

vasanth` raj - Nov 26 2007
Hello Group, I am using LPC2468 OEM board + OEM base band bundle.I have to test my board with some sample application using ARM GDB debugger, the sample codes provided for... LPC2468 ARM GdB sample Test application

Re: ARM GNU and 64 bits double

Tom Walsh - Nov 17 2007
Tuan Pham Anh wrote: > > Hi LPC2000 group, > > I've never use ARM7, and I have a quick question: > > Currently, I use AVR and WinAVR, since WinAVR does not support 64 b... Re:  ARM GNU  and 64 bits double

Re: 2138 JTAG INTERFACE

derbaier - Nov 17 2007
--- In l...@yahoogroups.com, "viven_p" wrote: > > hey experts, > As an tyro i want to ask about the jtag interface > is there any thing needed for connecting to pc othe... Re: 2138 JTAG INTERFACE

LPC2104 using LPC GCC Compiler Tools

"Lava S. kumar" - Nov 16 2007
sir, I am using LPC gcc compiler tools,during program compilation and debugging I face some problems. My board having one serial port,one modem port and one ... LPC2104  using LPC GCC Compiler Tools

Newbie   [5 Articles]

Michael Welter - Nov 9 2007
I've purchased an LPC2103 prototyping board (http://www.olimex.com/dev/lpc-p2103.html). I've purchased the ARM-USB-TINY JTAG unit, but it won't arrive until next week. I've... Newbie

question regard olimex lpc2378-stk

rootofchaos - Oct 28 2007
Hi guys, I'm a newbie working on a Olimex lpc2378-stk, first of all, during debug gdb cannot find the debug symbols for the peripheral registers (those defines in the lpc23xx... question regard olimex lpc2378-stk

OpenOCD and LPC2378-STK   [2 Articles]

rootofchaos - Oct 15 2007
Hi guys, I'm working on a Olimex LPC2378-STK with xVere signalyzer JTAG and OpenOCD. It connects in gdb with the target command, but it refuse to download program, openocd ... OpenOCD and LPC2378-STK

LPC2148.h full header file / jtag flasher   [2 Articles]

Tomek - Oct 9 2007
Hello! Im new to LPC family, with GNU toolchain as my preference. I was wondering if someone already have header file for LPC2148 device with all register maps, constants et... LPC2148.h full header file / jtag flasher

Re: openocd doesn't connect.

shwouchk - Oct 6 2007
Hi, Unfortunately, those settings do help. I also tried posting to the forum, but there is some kind of server error there now. --- In l...@yahoogroups.com, Karunanithy ... Re: openocd doesn't connect.

ARM software simulator

Drasko Draskovic - Sep 30 2007
Hi Richard, thanks for the detailed answer. Sill, I have one question - what if someone does not have a target board? Is there some way to simulate a development board in so... ARM software simulator

Re: Re: Question About Emulators   [2 Articles]

Drasko Draskovic - Sep 30 2007
Hi Richard, thanks for the detailed answer. Sill, I have one question - what if someone does not have a target board? Is there some way to simulate a development board in so... Re:  Re: Question About Emulators

migration from windows to linux slow response   [2 Articles]

kd7vn - Sep 30 2007
My set up includes... an olimex lpc-p2103 development board. The olimex ARM-USB-OCD jtag device openOCD (sorry no version number) The ftd2xx usb drivers. arm-elf-gcc (GCC) 3.4... migration from windows to linux slow response

GDB Debugger   [2 Articles]

chet...@gmail.com - Sep 18 2007
Hi Friends, My project is based on LPC2368 controller and iam using Keil uVision3 IDE with the GNU compiler. My code size exceeds 16kB. Hence, iam unable to use the Keil Deb... GDB Debugger

Re: In Circuit Debugging   [2 Articles]

C RP - Sep 18 2007
Hi there, Do you mean it is not possible to use GDB debugger ????? Kindly clarify. Cheers, Chetan On 9/18/07, 42Bastian wrote: > > Hi Chetan > > > Do, i need ... Re:  In Circuit Debugging

Olimex ARM-USB-OCD Dongle   [8 Articles]

rtstofer - Sep 17 2007
I installed the device using the provided CD and the JTAG debugger worked exactly once. Now all I get is an error under Embedded GDB: I posted this on the Sparkfun forum... Olimex ARM-USB-OCD Dongle

Re: Coming from the avr World - did I make the wrong move?   [2 Articles]

rj_satterlee - Sep 13 2007
Hiya- Well, you and I are pretty well parallel in terms of new to ARM and the past experiences, however, I do have a lot of experience with gdb, linux and C programming. And... Re: Coming from the avr World - did I make the wrong move?

Re: Cannot set breakpoints in Eclipse

abufadel - Sep 7 2007
> Have you issued the "monitor arm7_9 force_hw_bkpts enable" to OpenOCD? You > can do this as the debugger starts up. Also, have you more than two > breakpoints already def... Re: Cannot set breakpoints in Eclipse

Re: Memory or stack problems   [2 Articles]

Tom Walsh - Aug 8 2007
r_goncalves2000 wrote: > > Hello all > > I'm developing a application for LPC2292 using GNUARM 4.1.1. > > My application works fine but when I add the efsl library stra... Re:  Memory or stack problems

Re: Free ARM IDE Software   [2 Articles]

Dominic Rath - Aug 8 2007
On Wednesday 08 August 2007 15:00:27 Baldur Gislason wrote: > What sort of JTAG has IP connectivity? > > Baldur The BDI2000 has, as has the Peedi. They're offering a GDB ... Re:  Free ARM IDE Software

Re: programmer   [2 Articles]

sriram karunagaran - Jul 7 2007
Hello All, We are using LPC2148 for a project. The software is multi-tasking with multiple external interrupts, timer, SPI etc. We have been using one Ashling Opella ICD with th... Re: programmer

Re: Lauterbach debugger for LPC 24xx

lpc2100_fan - Jul 4 2007
--- In l...@yahoogroups.com, Sanjeeva Kumar wrote: > > Hi all > > Thanks Eric Engler and Bob for the replies. I did contact Lauterbach with my query and their res... Re: Lauterbach debugger for LPC 24xx

Re: Re: Tools to help port from LPC2294 to FPGA??

Devaraj Ayavoo - Jul 2 2007
Hi all, I have actually used the RapidiTTy toolset for some of my embedded development, so will try to clarify some of the discussions on core swapping. Basically, ... Re:  Re: Tools to help port from LPC2294 to FPGA??

LPC2103 Flash Debug Problems

john857162 - Jun 29 2007
Hi I am trying to debug a flash program for the LPC2103. I followed the tutorial by J Lynch and am using Eclipse with the Zylin plugins and OpenOCD. I can connect to the f... LPC2103 Flash Debug Problems
| 1 | 2 | 3 | 4 | 5 | 6 | next