LPC2000
Discussion group dedicated to the Philips LPC2000 family of ARM MCUs
Search Results for "gnu"
Post a new Thread
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... 
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... 
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
--... 
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
-------------------------... 
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... 
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... 
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... 
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... 
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 ... 
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... 
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... 
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... 
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, #... 
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... 
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... 
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")))
... 
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 ... 
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) ... 
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... 
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... 
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 ... 