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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 2170 - 2199 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2170
Hi guys, First of all, i appologize for my poor level in english. I'm a student and i'm building an application which will use an ARM µC. I'm a beginner in...
bat_prjt_19
Offline Send Email
May 2, 2006
11:41 am
2171
Hi JC, I have used a little the 256 and 64 device from atmel. I use only open source tools. I use gnuarm with eclipse. It run pretty well. you will have to use...
Jonathan Dumaresq
dumarjo
Offline Send Email
May 2, 2006
12:38 pm
2172
Hi -JC-, You could start from http://www.amontec.com/jtagkey.shtml On the page you will find the section called: 'Amontec JTAGkey + OpenOCD + GNUARM + Eclipse'...
Laurent Gauch
laurent_gauch
Offline Send Email
May 2, 2006
12:50 pm
2173
Anyone know of an ADuC (analog devices arm7) forum equivalent to lpc200@yahoo? Thanks, Steve...
Steve Franks
paloalgodon
Offline Send Email
May 3, 2006
5:54 pm
2174
... http://groups.yahoo.com/group/ADuC_ARM/ It's not very active at the moment though. Robert...
Robert Adsett
robertadsett
Offline Send Email
May 3, 2006
6:39 pm
2175
... Do you think it has anything to do with AD not releasing the arm7 ADUC products? Phil...
Phil Taylor
prpldrank
Offline Send Email
May 3, 2006
6:55 pm
2176
... ROTFL TomW -- Tom Walsh - WN3L - Embedded Systems Consultant http://openhardware.net, http://cyberiansoftware.com "Windows? No thanks, I have work to...
Tom Walsh
twalsh0001
Offline Send Email
May 3, 2006
10:59 pm
2177
... Digikey claims stock for a number of variants why would you say they are not released? I suspect it's partly a chicken and egg problem. There's not much...
Robert Adsett
robertadsett
Offline Send Email
May 3, 2006
11:05 pm
2178
I should have checked first! After about a yr. of being in the Digikey catalog, some of the pdxn parts have shipped. My apology for the out-and-out cynicism....
Phil Taylor
prpldrank
Offline Send Email
May 3, 2006
11:34 pm
2179
... The free version of IAR EW is good up to 32K code code size resulting from C (no limit on ASM). This is probably all you need. ... Most people don't use...
Eric Engler
englere.geo
Offline Send Email
May 4, 2006
3:23 am
2180
... Rowley sells a small DEV board with an M3, and it comes with their CrossWorks IDE, which includes the gnu tools. It's pretty cheap. Eric...
Eric Engler
englere.geo
Offline Send Email
May 4, 2006
3:32 am
2181
... From: Eric Engler To: gnuarm@yahoogroups.com Sent: Wednesday, May 03, 2006 11:21 PM Subject: [gnuarm] Re: ARM SAM7S256 beginner ... The free version of IAR...
Jonathan Dumaresq
dumarjo
Offline Send Email
May 4, 2006
1:37 pm
2182
... Just bought a ADuC 7020 dev board for $30 from Digikey.... Steve -- Steve Franks, KE7BTE Staff Engineer Franks Development, LLC ...
Steve Franks
paloalgodon
Offline Send Email
May 4, 2006
5:22 pm
2183
... Hi, often it is assumed that one needs an IDE. however, you can program without the IDE - you assemble all necessary parts yourself (editor, assembler,...
Ewout Boks
kiwanda206
Offline Send Email
May 5, 2006
3:44 pm
2184
Hi, I have assembled the elektor ARMee Developement Board around Philips LPC2106 uc.Unfortunately does not work is it compulsory to have the MAX3082 chip on...
dcsdio
Offline Send Email
May 7, 2006
3:52 pm
2185
Hello dcsdio, I have just got that kit too. What do you mean by "Unfortunately does not work" ? Have you got the schematic to answer your MAX3082 question? ...
Chris Smith
kurisusumisu79
Offline Send Email
May 7, 2006
4:12 pm
2186
... The board works fine with me although it has a few minor design flaws. 1° There's is no jumper provided to enable/disable the JTAG interface. The JTAG is...
smoutpatrick
Offline Send Email
May 7, 2006
6:01 pm
2187
Has anyone used the GNU arm toolchain for the following boards: TMS470R1A256 TMS470R1B1M These are boards from IAR/Texas instruments for the TMS470 line of ...
don_owens2020
Offline Send Email
May 10, 2006
6:44 pm
2188
i'm pretty sure yes. Since the code is compiled for the ARM Core, the company that sell the core is independant. For the jtag also it's suppose to work. You...
Jonathan Dumaresq
dumarjo
Offline Send Email
May 10, 2006
7:06 pm
2189
Hi, I have been scouring the web looking for a straight forward answer for the following and was wondering someone could cleat this up: I am using the latest...
sciobhta
Online Now Send Email
May 11, 2006
12:30 am
2190
I've attemopted to build an application that uses sprintf, floating point, and the C++ function new. The link fails because of unresolved symbols: undefined...
kd7lmo
Offline Send Email
May 14, 2006
6:58 pm
2191
... You are linking in the newlib, "-lc", newlib appears as "libstdc.a". Since most embedded programmers do not like the large (!) amount of code that a...
Tom Walsh
twalsh0001
Offline Send Email
May 14, 2006
8:49 pm
2192
Hey, does anybody know where I can buy a used Abatron BDI2000 JTAG programming tool? I tried buying one on E-Bay but was outbid :( Any ideas besides buying...
Josh Keller
jkeller_1979
Offline Send Email
May 18, 2006
4:11 pm
2193
Hello Josh, I have a EPI Majic-LX is you are interested, it has a lot more feature and also supports embedded linux if you are interested, check out the...
Samuel
emddjava
Offline Send Email
May 19, 2006
5:34 am
2194
Dear all I would like to know if the GCC compiler for ARM is able to modulate the arm/thumb compiling option on a single function adding a specific #pragma...
pberna2003
Offline Send Email
May 19, 2006
7:12 am
2195
... Why not put the function in a separate file and compile the file as thumb? TomW -- Tom Walsh - WN3L - Embedded Systems Consultant http://openhardware.net,...
Tom Walsh
twalsh0001
Offline Send Email
May 19, 2006
3:21 pm
2196
Tom, are there any special switches that I need to enable to use Thumb mode? I'm assuming I need the following gcc switch to allow interworking (I think this...
Josh Keller
jkeller_1979
Offline Send Email
May 19, 2006
6:07 pm
2197
Does anyone here use this ide ? I try to find the best way to use it instead of eclipse. I try to figure out the setting to put in the compiler. Could somebody...
Jonathan Dumaresq
dumarjo
Offline Send Email
May 19, 2006
7:08 pm
2198
... You need use of -mthumb-interwork and -mthumb. Also, your clib needs to be compiled to support -mthumb-interwork so thumb code can call lib functions...
Tom Walsh
twalsh0001
Offline Send Email
May 19, 2006
7:42 pm
2199
Tom, thanks for the detail! I'll try compiling with both switches and post the results. My makefile looks fairly similar with the CFLAGS definition. I see...
Josh Keller
jkeller_1979
Offline Send Email
May 19, 2006
8:38 pm
Messages 2170 - 2199 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