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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? 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 3436 - 3465 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3436
... Ohhh i typed wrong.... I mean the arm7dtmi ;)...
h.bellmer
Offline Send Email
Jun 1, 2007
7:02 am
3437
... You might want to ask that on one of the gnu.org lists... Regards, TomW -- Tom Walsh - WN3L - Embedded Systems Consultant http://openhardware.net...
Tom Walsh
twalsh0001
Offline Send Email
Jun 2, 2007
4:09 am
3438
All, I've hit a bit of a roadblock with the Atmel USB-CDC Core implementation using GCC 4.1.1 Specifically, everything else I've tested is working fine except...
Ralph Hempel
ralphhempel
Offline Send Email
Jun 6, 2007
5:29 pm
3439
Hi All, I am coming from a background of AVR and PIC micros, and I am looking to get into the ARM scene because it is so dang popular in embedded world. #1) ...
lists@...
mrmosfet
Offline Send Email
Jun 7, 2007
12:09 pm
3440
... From: <lists@...> To: <gnuarm@yahoogroups.com> Sent: Thursday, June 07, 2007 1:06 PM Subject: [gnuarm] New to ARM, A few Questions ... It's NXP...
Leon
leon_heller
Offline Send Email
Jun 7, 2007
12:26 pm
3441
The developoment board will depend on what processor suits your need. Olimex seem popular and have a lot of kits for lots of different processors. I have just...
Brian Sidebotham
bsidebotham
Offline Send Email
Jun 7, 2007
12:35 pm
3442
... I suspect that crown still firmly belongs to mcs51-architecture processors. Speaking of MSP430...TI is doing some sort of marketing event for those...
Dave McGuire
purringdave
Offline Send Email
Jun 7, 2007
12:45 pm
3443
... MSP430 is a good µ-processor. It is easier to use than Arm families especially if you doesn't care of realtime os. I use it on simpler project. It is low...
patrick_deflandre
patrick_defl...
Offline Send Email
Jun 8, 2007
6:40 am
3444
... This is a feature of AT91SAM CPU. you can do a remap to run the code in ram. i don't know if this thig exist in NPX cpu. Jonathan...
Jonathan Dumaresq
dumarjo
Offline Send Email
Jun 8, 2007
12:49 pm
3445
... able ... simply a ... in ram. ... This can be done by changing the linker script. In this way, the JTAG device can load the SRAM with code and data....
rtstofer
Offline Send Email
Jun 8, 2007
2:54 pm
3446
The MAM only works when your accessing memory in incremental addresses. It doesn't do anything if you're using lookup tables and such for example so code that...
Baldur Gislason
baldurgee
Offline Send Email
Jun 8, 2007
3:34 pm
3447
... I can name you one possible reason: Self modifying code Also if there is a need to write data to the same flash the code is executing in, even in a...
Stephan Rose
kermos2000
Offline Send Email
Jun 8, 2007
6:24 pm
3448
... example ... SRAM. ... So why not just copy the tables to SRAM and let the code run out of flash? Initializing the .data area is kind of standard in crt.S ...
rtstofer
Offline Send Email
Jun 9, 2007
3:05 am
3449
Hi, I would like to know if I can used GNUARM with the Hitex STR9- comStick http://www.hitex.com/str9-comstick/ I am on Windows when I go to Control Pannel ->...
adam_mcu
Offline Send Email
Jun 9, 2007
4:33 pm
3450
... I didn't use gnuarm on windows, neither this STR9-comStick, but I think you haven't install any gdb server on your PC. When you use gnu-arm-insight, you...
patrick_deflandre
patrick_defl...
Offline Send Email
Jun 13, 2007
6:38 am
3451
... This should be connected directly to the UART1 of the STR912. ... This should be connected to the JTAG interface of the processor by using the serial...
Jean-Marc Koller
jm_kikori
Offline Send Email
Jun 13, 2007
8:18 pm
3452
Hi i wanted to know how was the tool chain created. I wanted to recreate it as the cross compiled image which i tried to run on the target boerd gave me an...
jithin
jithinvachery
Offline Send Email
Jun 14, 2007
1:40 pm
3453
... Hi ICE, Are you sure it's the toolchain? Don't know if this helps you but I've run across some alignment bugs that will cause the same problem. I assume...
Dan Foisy
virtualdan
Offline Send Email
Jun 14, 2007
2:10 pm
3454
Hey all Somebody has used the GNUARM with the AT91M55800? I'm needing help to configure my development's environment, makefiles, etc. Another problem is with...
Magno Corręa
emaildomagno
Offline Send Email
Jun 14, 2007
6:24 pm
3455
Hi Magno, This document will help you: http://www.atmel.com/dyn/resources/prod_documents/atmel_tutorial_source.zipThis is Jym Lynch's Honestly speaking, I...
Daniel Vasconcelos Go...
danielvg.geo
Offline Send Email
Jun 14, 2007
7:12 pm
3456
I am new to this cross compiling mess and have a simple question. I am writing code for a third party that I have to write in c++ under a windows environment....
isingphysics
Offline Send Email
Jun 14, 2007
7:48 pm
3457
... I don't know anything about g++ but I use gcc all the time. The way my Makefile handles this is to have the compiler build all the object files (<fn>.o)...
rtstofer
Offline Send Email
Jun 15, 2007
12:56 am
3458
... More specifically, it "combines" them rather than "concatenating". The object files themselves, as you mentioned, are not in 'elf' format. The linker is...
Tom Walsh
twalsh0001
Offline Send Email
Jun 15, 2007
3:01 am
3459
Thanks for your help and advice I will try out your suggestions. I will post back my results and I am keeping some notes about my experience with this hardware...
adam_mcu
Offline Send Email
Jun 16, 2007
3:17 pm
3460
I'm setting up a development toolchain for a project using an LPC2148 processor. This is the first time I've done anything with the ARM7 processor and the...
Jonathan Kirwan
jondkirwan
Offline Send Email
Jun 27, 2007
7:54 am
3461
... From: "Jonathan Kirwan" <jkirwan@...> To: <gnuarm@yahoogroups.com> Sent: Wednesday, June 27, 2007 8:54 AM Subject: [gnuarm] Which JTAG and from...
Leon
leon_heller
Offline Send Email
Jun 27, 2007
8:55 am
3462
Dear You do not need to use USB to JTAG.. For Low cost option you can go for parallel-to-JTAG wiggler circuit which will work with GNU toolchain. If need more...
Nilesh
inileshce
Offline Send Email
Jun 27, 2007
9:39 am
3463
... Thanks, Leon. My provincial USA tag is showing. Understood. It's still across the ocean, though. That won't stop me from using them. I just am hoping...
Jonathan Kirwan
jondkirwan
Offline Send Email
Jun 27, 2007
3:58 pm
3464
... Understood. I'd rather NOT use a parallel port, though. A variety of reasons, including that the parallel port is deprecated. (I do have some older...
Jonathan Kirwan
jondkirwan
Offline Send Email
Jun 27, 2007
4:02 pm
3465
Jonathan Kirwan Wrote ... Jon, you might ask in the LPC2000 group as well. I expect you'll find some people there who don't follow this group but still use...
subscriptions@...
robertadsett
Offline Send Email
Jun 27, 2007
4:37 pm
Messages 3436 - 3465 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