LPC2000
Discussion group dedicated to the Philips LPC2000 family of ARM MCUs
Search Results for "gcc"
Post a new Thread
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... 
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... 
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... 
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... 
"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... 
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... 
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”... 
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... 
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... 
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... 
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... 
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?... 
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 ... 
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... 
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... 
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 ... 
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 ... 
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... 
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 ... 
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
+... 
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... 
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... 
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 ... 
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... 
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. ... 
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... 
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... 
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... 
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... 
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... 
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.
... 
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... 
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... 
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 + ... 
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... 
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 ... 
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... 
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: ... 
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... 
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 ... 