Hello there, I am interested in finding out a really basic tutorial/note which will allow me to work with the basic communication protocols like SPI , RS 232,...
For everything you wanted to know about RS-232, ethernet, USB but were afraid to ask try... http://www.beyondlogic.org As for SPI and RS-232, if you just want...
Hi there, Thanks for the weblink.... is there a special FTDI kit which is available in market ? Can you direct me to the manufacturer who sells those kits in...
... first establish communication with the host by initialising the console of the board. U can get linker scripts from internet easily...Basically u need to...
... I have a DLP Design unit (www.dlpdesign.com) that I bought through Mouser - but it's a complete unit, not a kit. HTH, Jeff Engel Arlington, TX Happiness is...
Hi all. I know this one has been asked about 1000 times, but perhaps mostly by windows users? I just moved my environment from win32 to *nix, and built...
... The FTDI chips are dirt-simple to use. Check SparkFun for some things: http://www.sparkfun.com/commerce/product_info.php?products_id=718 -- Rick...
Hi, I need do calculate performance based on the wait state of my code. Can anybody provide me the information regarding how to specify the waitstate. thnx ...
Hello Rupali, you need a linker script for linking your program. It determine where code, data, .. is stored in the address space of you microcontroller. It...
hi folks! it's possible bulding gcc/g++/libstdc++ to arm? i try following many days and don't success. so, i need gcc/g++ (3.3 or beetter) /libstdc++/threads...
hi! so, i am trying running a simple app using c++, below following a code example. *jjpn@campinho hello$ *cat -n testecpp.cpp 1 #include <stdio.h> 2...
hello all I am final year B.TECH student working on BSP developement of lpc2294 ARM development board. I have configured and created a u-boot image on linux...
The latest version of Cygwin comes with GCC version 3.4.4. The oldest version of GNUARM requires GCC 4.0 or later. The two seem to be incompatible. Is a...
... On Windows (cygwin), you won't be building the GNUARM package, you will simply install the binary distribution. As a result, the version of GCC on cygwin...
... Just to amplify what Richard had to say about cygwin. As you know, Windows had a fairly primitive command shell which was pretty worthless for doing much...
... This is what separates the real software / hardware engineers from the wanna-be's, debug. Your job now is to think up how you are going to debug your...
Hello everybody, I am using GCC and Eclipse with a LPC2138. I have some programs running, but when it is about interrupts, the program doesn't go in the...
Hello, my name is Juan and I am pretty new in linux and gnuarm. I have downloaded "bu-2.16.1_gcc-4.0.2-c-c++_nl-1.14.0_gi-6.4_x86-64.tar.bz2" binary file. I...
Hello, i think i read somewhere that gcc 4.3 (or was it 4.4) should support thumb-2 command set. Is there perhaps already a version of gnuarm which supports...
... Well, you will need to spend a little time with the Linux shell documentation Unless an executable is specifically on your path, you need to preface it...
Hi ALL. i used codesourcery gcc compiler i had problem when i using sprintf it hangs there. wht could be problem? i got newlib but i dont know how to write low...
... The compiler one gets with the RIDE7 IDE from Raisonance includes a version of gcc with thumb-2 support. One can download the IDE + compiler from the...
I compiled through the following process. 1. [BinUtil]/configure --target=arm-elf -- prefix=/usr/local/HongArm --enable-interwork --enable-multilib ...
I used this ftoa fun it doesnt working. same function was working in PC version compiler is there any options to add for floating point operations? i also add...
hi there, 1. verify the pointers or function calls ... they seams to call wrong addresses 2. check linker file for bad mapings *. try to disasamble the source...
I'm trying to build gcc 4.2.0 for ARM on FreeBSD 7. The build process went like so: tar xvf ../tmp/binutils-2.17.tar.bz2 tar xvf ../tmp/gcc-4.2.0.tar.bz2 tar...