... You might want to ask that on one of the gnu.org lists... Regards, TomW -- Tom Walsh - WN3L - Embedded Systems Consultant http://openhardware.net...
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...
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) ...
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...
... I suspect that crown still firmly belongs to mcs51-architecture processors. Speaking of MSP430...TI is doing some sort of marketing event for those...
... 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...
... 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....
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...
... 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...
... 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 ...
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 ->...
... 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...
... 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...
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...
... 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...
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...
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...
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....
... 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)...
... More specifically, it "combines" them rather than "concatenating". The object files themselves, as you mentioned, are not in 'elf' format. The linker is...
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...
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...
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...
... 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...
... 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 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...