Search the web
Sign In
New User? Sign Up
gnuarm
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3129 - 3158 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3129
I have a curiousity question. I built the gnu arm toolset on one machine and used it for a while. Then I built it on another machine which runs a different...
armdeveloper
Offline Send Email
Mar 1, 2007
7:08 pm
3130
Hi All, Just wondering if anyone on here has any experience of linking code for RAM execution (during development) against pre-built library functions in ROM...
mikeys931
Offline Send Email
Mar 7, 2007
6:31 pm
3131
... I was thinking about this to other day, believe it or not. I think you can do this a couple of different ways: 1. Compile/Link your program as an entire...
Ralph Hempel
ralphhempel
Offline Send Email
Mar 7, 2007
7:26 pm
3132
I'm having the same problem. I'd like to know how registers are used, assigned to variables, etc. Is there a document that explains the compiler to assembly...
babaluis
Offline Send Email
Mar 8, 2007
2:52 am
3133
... Be careful! I often use the gc option to strip dead code that would change the image layout. ... That is what the -j and -r options in objcopy are for. You...
Charles Manning
embeddedjanitor
Offline Send Email
Mar 8, 2007
9:08 pm
3134
... I have found nothing, there may be something "out there" but... What specific questions do you have? TomW -- Tom Walsh - WN3L - Embedded Systems Consultant...
Tom Walsh
twalsh0001
Offline Send Email
Mar 8, 2007
11:12 pm
3135
... Why? I really struggle to see this as a valuable engineering exercise and if it is an academic exercise, well the gcc code is there to download :-). About...
Charles Manning
embeddedjanitor
Offline Send Email
Mar 9, 2007
12:25 am
3136
Hi All, I am trying to understand what this does in the linker script *(.glue_7) *(.glue_7t) I can't find any references to this section. Any pointers would...
joegldbrg
Offline Send Email
Mar 9, 2007
2:14 pm
3137
... Looking at that, my impression, is that I would say that that is for interworking Sections. I use a mix of ARM32 and Thumb code in this one project, check...
Tom Walsh
twalsh0001
Offline Send Email
Mar 9, 2007
2:27 pm
3138
I was wondering if anyone had any experience with the Sam7X and Sam7S/Sam7A3 and could determine if either one was better. Basically, I've noticed that the...
Jimmy Kaz
ancaritha
Offline Send Email
Mar 9, 2007
5:03 pm
3139
... /me is happy he chose Philips LPC2000 family for his designs. ;-) -- Tom Walsh - WN3L - Embedded Systems Consultant http://openhardware.net...
Tom Walsh
twalsh0001
Offline Send Email
Mar 9, 2007
8:00 pm
3140
... I fully agree that the TWI !!!suxxxxxx!!!, but I have not had problems with other peripherals that I've used. I got the TWI working reasonably reliably in...
embeddedjanitor
Offline Send Email
Mar 11, 2007
10:34 pm
3141
... Umm, wait a minute, doesn't (at least) the LPC2148 have a USB controller? -Dave -- Dave McGuire Port Charlotte, FL...
Dave McGuire
purringdave
Offline Send Email
Mar 12, 2007
12:17 am
3142
... parts ... So it has... thanx for the info. I was looking at http://www.nxp.com/products/microcontrollers/32bit/index.html which does not mention the USB. ...
embeddedjanitor
Offline Send Email
Mar 12, 2007
12:42 am
3143
... They have begun introducing a Fast-I/O interface bus in their latest chip releases. TomW...
Tom Walsh
twalsh0001
Offline Send Email
Mar 12, 2007
3:36 am
3144
... From: "Dave McGuire" <Mcguire@...> To: <gnuarm@yahoogroups.com> Sent: Monday, March 12, 2007 12:16 AM Subject: Re: [gnuarm] Re: AT91SAM7A3/7S vs...
Leon
leon_heller
Offline Send Email
Mar 12, 2007
6:37 am
3145
Compile a piece of code and read the assembly code. Pretty much all variable passing is done in the same manner except some are pointers and some are data. dh...
dhunt16
Offline Send Email
Mar 13, 2007
9:42 pm
3146
... Hi, I think you are unfair about the AT91 series from Atmel. I think they are superb microcontrollers, because: - the peripherals (except perhaps for the...
kiwanda206
Offline Send Email
Mar 16, 2007
9:33 am
3147
I've never looked at Philips documentation, but if its worse then the AT91 series, it must be really bad. The documentation for those things is pretty ...
Jimmy Kaz
ancaritha
Offline Send Email
Mar 16, 2007
2:21 pm
3148
Hello... Is there someone working with an LPC2888. I am trying to use the GNU ARM toolchain, but I am experiencing some problems writing a linker script and ...
Mario_Rasch@...
rsch_mr
Offline Send Email
Mar 19, 2007
12:49 pm
3149
I never used Atmel ARM devices, but have a few experience with NXP parts. Now there are models with USB, and almost all new devices have a fast IO mode that is...
Mauricio Scaff
mauricioscaff
Offline Send Email
Mar 19, 2007
4:55 pm
3150
Hi, Im after some advice regarding ICE. I would like to be able to use MCU's from Atmel and Philips with ARM7, 9 cores (possibly the Analogue Devices ARM7...
god_bobuk
Offline Send Email
Mar 19, 2007
6:54 pm
3151
Hi, GNU tools + Amontec JTAGkey-Tiny = €29.- GNU tools + Amontec JTAGkey = €99.- JTAGkey and JTAGkey-Tiny are USB based JTAG Emulators integrated in the ...
Laurent Gauch
laurent_gauch
Offline Send Email
Mar 19, 2007
7:43 pm
3152
Im going to be honest and say that the following put me off (I dont mean to be rude): http://www.embeddedrelated.com/groups/lpc2000/show/19948.php Of course...
god_bobuk
Offline Send Email
Mar 20, 2007
12:09 am
3153
... The first part of that thread is just a whole lot of ignorance about the ARM documentation. What is interesting is why the device has USB problems...
Charles Manning
embeddedjanitor
Offline Send Email
Mar 20, 2007
10:35 pm
3154
CodeSourcery made some gcc extensions for the Cortex M3 (about 15 months ago, I think), but I never heard if these were rolled into the main gnuarm release? If...
Eric Engler
englere.geo
Offline Send Email
Mar 21, 2007
1:51 am
3155
I recently changed hosting providers for the gnuarm.com web site and I am suddenly seeing much higher bandwidth for the domain. I had been seeing about 300...
Rick Collins
gnuarm
Offline Send Email
Mar 21, 2007
5:40 am
3156
Yeah its the driver issues that were of concern but as you say it could be grounding issues. What unit do you use? The appeal about the segger is that there...
god_bobuk
Offline Send Email
Mar 21, 2007
8:34 am
3157
... Weird current loops could cause excessive current draw or other misbehaving which would show up as driver protocol issues. ... Well I have been using a...
Charles Manning
embeddedjanitor
Offline Send Email
Mar 21, 2007
9:09 am
3158
The Segger is a very nice product but dedicated for the ARM7/ARM9. By its concept, the Amontec JTAGkey has the advantage to be an un-dedicated JTAG solution. ...
Laurent Gauch
laurent_gauch
Offline Send Email
Mar 21, 2007
9:17 am
Messages 3129 - 3158 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help