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


Advertise Here

Discussion group dedicated to the Philips LPC2000 family of ARM MCUs

Search Results for "gcc"

  

Post a new Thread

Reg:Yagarto(GCC 4.4.2) Issues   [2 Articles]

prab...@yahoo.co.in - Mar 17 2010
Hi all, I am using Yagarto(GCC 4.4.2) version( with LPC1764,FreeRTOS).In this GCC documents,they are mentioned that,we have to use following code in linker script, .eh_fr... Reg:Yagarto(GCC 4.4.2) Issues

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

Re: include paths   [2 Articles]

Pete Vidler - Sep 29 2009
jdauchot wrote: > I would like to know how to tell the IDE etc where to find the > files from the arm-elf directories. The compiler should decide that for itself, based o... Re:  include paths

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

rtstofer - Mar 12 2010
--- In l...@yahoogroups.com, prabuisin@... wrote: > > hi all, > Currently i am using GNUARM4.1.1 for ARM7TDMI lpc23xx.I am going to move to lpc17xx.(CortexM3).Whi... Re: GNUARM supports for CortexM3,Thumb2 Instruction

Re: Choosing ARM jtag   [5 Articles]

"mur...@ymail.com" - Dec 29 2009
H-JTAG http://www.hjtag.com/product_intro.html I own now called "standard" version. Good price. supports different compiler IDE. used 6 months and not a one bad word. Ok th... Re: Choosing ARM jtag

Problems withd MCI and DMA (GCC)   [3 Articles]

roba...@gmail.com - Mar 3 2010
Hello all :) I am trying to run code from Siwawi web page on the LPC2478 http://www.siwawi.arubi.uni-kl.de/avr_projects/arm_projects/arm_memcards/index.html#chanfat_lpc2k_mci Un... Problems withd MCI and DMA (GCC)

Problem "makefile" uclinux in cygwin

goe21 - Mar 5 2010
Dear All   I would like to ask question about "make" procedure for uclinux in cygwin. After selecting the right options at “make menuconfig”,  then at the “make”... Problem

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

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

Re: Can anyone explain an abort on LPC23XX?   [3 Articles]

mjbcswitzerland - Mar 7 2010
> Is it a data abort, or program abort. A data abort happens when you > try to write to a non-ram location. > A program abort happens when you try to fetch code from an illeg... Re: Can anyone explain an abort on LPC23XX?

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

lpc1764 vs LPC2364   [7 Articles]

prab...@yahoo.co.in - Feb 16 2010
Hi all, Currently we are using LPC2364.For very low power consumption, We are planning to go to LPC1764. Please explain What is the different between these two processor?... lpc1764 vs LPC2364

LPC214x and USB   [4 Articles]

Michal Krestan - Feb 20 2010
Hi, I'm desperate with getting work USB on LPC2148 device. I need any functional driver which gives me virtual serial port. I've tried LPCUSB but I hangs somewhere very often ... LPC214x and USB

LPC2148 usb virtual com port

Michal Krestan - Jan 14 2010
HI, could anybody help me with virtual com port implementation for LPC2148? I'm using usb stack from sourceforge, however it sometimes hang and watchdog is restarting my devic... LPC2148 usb virtual com port

Re: C++ debugging with OpenODC and eclipse   [3 Articles]

Pete Vidler - Nov 17 2009
m...@free.fr wrote: > with c files everythin is working fine, and I can do start/stop step by > step and everything in the source code. What compiler/linker settings did yo... Re:  C++ debugging with OpenODC and eclipse

Re: design support for LPC1768   [5 Articles]

kevin_townsend2 - Feb 8 2010
> I am looking for code examples, peripheral driver library, etc. > for LPC1768. If anything like this exist, can you kindly pass a link to it? Did you even bother googling ... Re: design support for LPC1768

Re: GNUARM compiler optimization and code performance issue   [8 Articles]

Donald H - Jan 26 2010
--- In l...@yahoogroups.com, FreeRTOS Info wrote: > > Also it would appear that the previous assertion is correct, I checked > > the disassembly and the branch to the ... Re: GNUARM compiler optimization and code performance issue

Re: FREERTOS for OLIMEX LPC2378STK   [8 Articles]

FreeRTOS Info - Jan 10 2010
jdauchot wrote: > Hi > > I am about to experiment with freertos on the OLIMEX LPC2378STK kit. > Has anyone ported this OS on that board and has a baseline project using YA... Re:  FREERTOS for OLIMEX LPC2378STK

LPC2478 - Store variables directly to FLASH memory   [2 Articles]

Tomislav - Feb 11 2010
Hi everyone, I'm using Gcc compiler 4.1.2 found inside WinARM. I have 64 MB SDRAM and 500k FLASH on my board. I'm using Flash Magic for programming. I'm looking for a way to ... LPC2478 - Store variables directly to FLASH memory

Re: Has any one used the Keil Real Time executive (RL-RTX) /FreeRTOS

Miguel Angel - Jan 21 2010
My experience with FreeRTOS it's been quite good until now in the LPC2148 + GCC, no experiences with RL-RTX. Miguel Angel Ajo Pelayo http://www.nbee.es +34 91 120 1798 +... Re:  Has any one used the Keil Real Time executive (RL-RTX) 	/FreeRTOS

Re: detect overflow TC   [2 Articles]

rtstofer - Dec 28 2009
I don't know if you have any other interrupts working thus the interest in the startup vectors. Also, I don't know how Keil enables interrupts at startup. In fact, I don't know... Re: detect overflow TC

FreeRTOS compile error   [3 Articles]

c_scott_t - Jan 5 2010
I have this error compiling with GCC 4.4.2: Compiling C: FreeRTOS/Source/tasks.c arm-elf-gcc -c -mcpu=arm7tdmi-s -I. -gdwarf-2 -DRUN_FROM_ROM -DGCC_ARM7 -D__WinARM__ -O0 -W... FreeRTOS compile error

Bootloader + application linked at 0x2000

tomazorach - Mar 8 2010
Hi guys! I have a question regarding running my application from address 0x2000 instead of 0x0. I use USB bootloader (example for Keil by NXP). My application is written in gcc ... Bootloader + application linked at 0x2000

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: Maximum match register value on 16-bit LPC1343 timers

kevin_townsend2 - Jan 23 2010
> last 4 bytes??? Top 2 bytes I'd believe. Hmm must be late in the day for > you. I know the feeling. Laurie: Err, indeed ... obviously I meant that it drops bits 31-16. ... Re: Maximum match register value on 16-bit LPC1343 timers

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: Re: Need startup file for LPC176x with GNUARM,FreeRTOS   [6 Articles]

FreeRTOS Info - Mar 12 2010
On 12/03/2010 18:11, Pawel wrote: > =20 > =20 > Hi, > =20 > > > > Hi all, > > Please provide a startup file(ld script)for lpc176x for reference.= I am started t... Re:  Re: Need startup file for LPC176x with GNUARM,FreeRTOS

Re: LPC 2138 Tutorials   [3 Articles]

rtstofer - Mar 6 2010
--- In l...@yahoogroups.com, Volmir wrote: > > Hi people, > > Im looking for a place good on the net to find LPC2138 tutorials. > > If someone know where can i... Re: LPC 2138 Tutorials

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

Re: Saving Memory in LPC2103   [3 Articles]

42Bastian - Jan 7 2010
Graham > I am using Keil but in the last few days I downloaded CrossWorks eval > and rebuilt the project but it ended up creating a 36KB code size! What CrossWorks is base... Re:  Saving Memory in LPC2103

FreeRTOS and Secondary Bootloader Fail

boris_tormentor - Feb 7 2010
Hi, I cannot get a FreeRTOS system to work from starting address 0x8000 with a secondary bootloader. My application program crash when vTaskStartScheduler() is called. ... FreeRTOS and  Secondary Bootloader Fail

Re: LPC 2478 IAP   [2 Articles]

mjbcswitzerland - Mar 8 2010
Hi Mike Check out the uTasker project for LPC2xxx - it includes firmware upload support for the LPC24xx via Ethernet (FTP or HTTP post), optionally encrypted. - http://www.ut... Re: LPC 2478 IAP

Re: FreeRTOS on Keil   [7 Articles]

FreeRTOS Info - Mar 5 2010
On 05/03/2010 02:19, Wagner Loebel wrote: > Hi all. > =20 > I started to study the FreeRTOS on uVision (LPC17xx port) following Examp= le001 from Examples folders. When I bui... Re:  FreeRTOS on Keil

LPC17xx GPIO bit-banding slower ?   [3 Articles]

talikan - Jan 11 2010
Hello, I'm quite new to ARM programming and then I'm starting with something simple : experimenting with GPIO on my LPC1756. BTW, I'm using Codesourcery G++ lite + Eclipse + ... LPC17xx GPIO bit-banding slower ?

Re: LPC2138 another try on freertos   [4 Articles]

rtstofer - Dec 9 2009
--- In l...@yahoogroups.com, Giuseppe Marullo wrote: > > First of all, > many thanks for your answer. I probably tried to peek into most of the > demo around, but f... Re: LPC2138 another try on freertos

Re: printing source code in Crossworks 2   [5 Articles]

Xiaofan Chen - Mar 5 2010
On Sat, Mar 6, 2010 at 7:54 AM, Paul Curtis wrote: > > Hmm, business is business. If you found it does not serve your > > purpose (presumably enlarge your customer base and ... Re:  printing source code in Crossworks 2

Re: Hello, new to the group - LPC2458

scott nichols - Dec 20 2009
inline, On Fri, Dec 18, 2009 at 8:32 PM, Thomas McDougall < t...@gmail.com> wrote: > We used is successfully with the LPC2468. Make sure you modify it to > account for... Re:  Hello, new to the group - LPC2458

Re: LPC1768   [5 Articles]

jdauchot - Jan 6 2010
Hi Thanks again for the info I have latest Yargato with This build of yagarto use the following versions: binutils: 2.19.1 gcc: 4.4.1 newlib: 1.17.0 gdb: ... Re: LPC1768

RE: Re: 2368 SD_MMC card interface

Bruce Paterson - Feb 25 2010
I'm currently using this NXP sample code for MCI, ported (it's easy) from the Keil to Crossworks/gcc and underneath my existing port of the rdcf2 FAT16 stack as part of newlib_lp... RE:  Re: 2368 SD_MMC card interface

Re: USB-OTG configuration

Pawel - Jan 24 2010
Hi, > > Bob, > > > > > Pawel, > > > > > > if you really think you need to repost a question that was posted to > > almost 8500 into a group with less ... Re: USB-OTG configuration
| 1 | 2 | next