Cortex m-3 development kits


Pompidom

Still Fresh
Joined
Jul 21, 2008
Messages
4
This is just a long shot. And I'm sorry I have to invade this forum with a question like this. But I have to start somewhere. On a sidenote I've been following the development of the Pandora for 2 years now I believe? :D Anywayz, here goes.


http://www.keil.com/arm/mdk.asp


My friend is making his Final year project and is currently using this limited "Lite" version. Which doesn't allow him to exceed 32kb.


He's on a real tight budget these days and we were wondering if anyone has any experience if there are any development kits out there that are better/free/cheaper/... Any advice would be most welcome and really appreciated.


The program needs to be compatible with the Atmel Cortex m-3 AT91SAM....


http://www.atmel.com...l&family_id=605


Cheers.
 
i have a : http://item.taobao.com/auction/item_detail.htm?item_num_id=9058404557 (use google translate)


its a STM32 Cortex M3.


i am currently migrating from keil uVision to codesourcery


compiler and tools can be found on:


http://www.codesourcery.com/sgpp/lite/arm/portal/subscription?@template=lite


i use the EABI.


on Ubuntu you can simply run: sudo apt-get install binutils-arm-linux-gnueabi


and you will get:


arm-linux-gnueabi-gcov-4.4


arm-linux-gnueabi-addr2line


arm-linux-gnueabi-gprof


arm-linux-gnueabi-ar


arm-linux-gnueabi-ld


arm-linux-gnueabi-as


arm-linux-gnueabi-nm


arm-linux-gnueabi-c++filt


arm-linux-gnueabi-objcopy


arm-linux-gnueabi-cpp


arm-linux-gnueabi-objdump


arm-linux-gnueabi-cpp-4.4


arm-linux-gnueabi-ranlib


arm-linux-gnueabi-elfedit


arm-linux-gnueabi-readelf


arm-linux-gnueabi-gcc


arm-linux-gnueabi-size


arm-linux-gnueabi-gcc-4.4


arm-linux-gnueabi-strings


arm-linux-gnueabi-gcov


arm-linux-gnueabi-strip


to flash my card i use http://code.google.com/p/stm32flash/


and to convert the hex file i get, i use HEX2BIN converter found on http://hex2bin.sourceforge.net/
 
Last edited by a moderator:
Back
Top