Sign in

username:

password:



Not a member?

Search lpc2000



Search tips

Subscribe to lpc2000



Sponsor

controlSUITE™ software
Comprehensive.
Intuitive.
Optimized.

Real-world software for real-time control. Details Here!

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 "gnu"

  

Post a new Thread

Getting started with ARM GNU dev by newbie for newbies...   [2 Articles]

talikan - Jan 23 2010
Hello, As a newbie in this field, I've hard a hard time trying to integrate the GNU tools, the IDE, the programmer/debugger, device prototyping, and the software part (CMSIS for... Getting started with ARM GNU dev by newbie for newbies...

Makefile   [2 Articles]

rtos2010 - Feb 14 2010
I'm looking for a good book or online resource that explains GNU GCC makefiles for the LPC2xxx series. Something that you may have used to learn makefiles not just a Google search... Makefile

how make code sections in assembler   [4 Articles]

g_monteleone - Mar 1 2010
Hi guys, Is possible make a section with name different form ".text" with gnu as (toolchain winarm 4.1.1). If yes how I can do it ? Thanks Ing Giuseppe Monteleone --... how make code sections in assembler

LPC1768   [7 Articles]

jdauchot - Jan 5 2010
Hi Is this chip LPC1768 CORTEX M3 core same as ARM7 NXP CPU's and can I use existing GNU ARM7 Tools etc Simple yes or No Regards Jean-Jacques -------------------------... LPC1768

Problem with Thumb mode

rtstofer - Dec 7 2009
I am sure this is a lack of understanding on my part but why does arm-elf-ld put a mode shifting transfer vector BEFORE my startup vectors? Like this: 00000000 : 0: 477... Problem with Thumb mode

LPC2129 uart0 testing

raju - Dec 8 2009
Hi i have attached the basic UART0 program which is in LPC2129_sample Folder.The same program is tested (changes according to)with LPC2148 BOARD,it is working fine.But when... LPC2129 uart0 testing

Re: C++ global intitilizations (ctors)

Jan Vanek - Jan 11 2010
Hi Wouter, I assume you are using CrossWorks. I had a problem with C++ constructors once, they were not called. The crt0.s is correct, the problem was in the section placement... Re:  C++ global intitilizations (ctors)

Re: Re: MCU with Programmable Logic - Question for anyone interested in this subject   [6 Articles]

Wouter van Ooijen - Jan 24 2010
> So, the question is how one would make the logic available to a wide > enough audience to justify doing it? Thoughts? 1. Document it thoroughly and correctly. 2. Sponso... Re:  Re: MCU with Programmable Logic - Question for anyone interested in this subject

GNUARM compiler optimization and code performance issue   [2 Articles]

little_guthur - Jan 24 2010
Hi Folks, I have finally got a GNU ARM tool chain working, the only problem is code performance is significantly worse when compared to Keil. Also for some reason I can not ... GNUARM compiler optimization and code performance issue

Re: GNUARM supports for CortexM3,Thumb2 Instruction   [4 Articles]

rtstofer - Mar 13 2010
--- In l...@yahoogroups.com, pra bu wrote: > > Thanks for your update.. In following link,I couldn't find version 4.4.1. > http://www.gnuarm.org/files.html > > FY... Re: GNUARM supports for CortexM3,Thumb2 Instruction

Re: Re: Choosing ARM jtag   [2 Articles]

42Bastian - Dec 29 2009
Serdar schrieb: > this budget is only for jtag not for IDE As you are new to all this, I double the recommendation to choose a CM3 eval board. IAR offers Kick(Quick ?)Start... Re:  Re: Choosing ARM jtag

Re: ARM announced the Cortex-M4 core with DSP extensions and optional Floating Point

Igor Skochinsky - Feb 22 2010
Hello 42Bastian, Monday, February 22, 2010, 7:33:53 PM, you wrote: > Bob T schrieb: > > today ARM announced the Cortex-M4. > And no docs :( While there are no offici... Re:  ARM announced the Cortex-M4 core with DSP extensions and optional Floating Point

Re: EEPROM Emulation   [3 Articles]

tike...@gmail.com - Mar 22 2010
jpss1277 wrote: > iap_entry(command_iap,result_iap); > 0x00000c3c : ldr r3, [pc, #196] ; 0xd08 > 0x00000c40 : sub r2, r11, #40 ; 0x28 > 0x00000c44 : sub r1, r11, #... Re:  EEPROM Emulation

Re: Re: GOOD debugger which works with all the compilers and LPC (ARM7 ,ARM9 AND ARM11)   [3 Articles]

Raju N - Mar 12 2010
Any body tried the j-link debugger with(choices for compilers) GNU arm GCC ,Keil IDE(with all compilers which keil supports) and Cross works,Open OCD only? On Fri, Mar 12, 20... Re:  Re: GOOD debugger which works with all the compilers 	and LPC (ARM7 ,ARM9 AND ARM11)

Re: Keil JTAG loading issue - LPC2148   [2 Articles]

rtstofer - Dec 18 2009
--- In l...@yahoogroups.com, Sutton Mehaffey wrote: > > The problem exists on app code over 30000H in size (or crosses the > 30000H threshold in flash), which is my e... Re: Keil JTAG loading issue - LPC2148

Re: Reg"LPC17xx demo code doubt

Mark - Mar 16 2010
--- In l...@yahoogroups.com, prabuisin@... wrote: > > Hi all, > > In one LPC17xx demo code,they are using following code > > __attribute__ ((section(".isr_vector"))) ... Re: Reg

Re: Break point settings

alexander_ribero - Dec 10 2009
Hi: Which Development tools are you using? (Keil, IAR, Rowley, GNU, etc). You need to look into the Linker options, as it is there where you setup where you want to put your ... Re: Break point settings

Re: RAM Variables usage

rtstofer - Feb 16 2010
--- In l...@yahoogroups.com, "jdauchot" wrote: > Thanks Richard > > The Make utility is a mystery to me and I allways copy one from other projects that works (GREAT) ... Re: RAM Variables usage

Re: Need startup file for LPC176x with GNUARM,FreeRTOS   [2 Articles]

mjbcswitzerland - Mar 12 2010
--- In l...@yahoogroups.com, prabuisin@... wrote: > > Hi all, > Please provide a startup file(ld script)for lpc176x for reference.I am started to uselpc176x series.This... Re: Need startup file for LPC176x with GNUARM,FreeRTOS

I2C in LPC2103 doesn't work   [5 Articles]

Artem - Mar 6 2010
Hello. I'm trying to get work I2C0 on Olimex LPC-H2103 board. I'm using: Eclipse Zylin Embedded CDT debug plugin 4.10.1 (for gdb debugging) YAGARTO GNU ARM toolchain, build 23... I2C in LPC2103 doesn't work

supporting files for lpc2129   [6 Articles]

raju - Dec 11 2009
i started to work on lpc2129(previously i was with lpc2148) to exploring CAN.Initially i am testing my LPC2129 UART.UART code is fine(compatable to lpc2148).i think no changes ... supporting files for lpc2129