The Godfather talking
You think I am funny guy huh?
Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
April 18, 2024, 08:49:07 20:49


Login with username, password and session length


Pages: 1 [2]  All
Print
Author Topic: Starting with ARM  (Read 21690 times)
0 Members and 1 Guest are viewing this topic.
charnyutk
Newbie
*
Offline Offline

Posts: 32

Thank You
-Given: 7
-Receive: 5


« Reply #25 on: October 23, 2007, 05:51:00 05:51 »

ARM software like rasonance IAR KEIL are the choice for you to develop.
many ARM cpu have difference its' peripheral. you can select it by yourself.
Logged
jezo
Newbie
*
Offline Offline

Posts: 27

Thank You
-Given: 37
-Receive: 13


« Reply #26 on: October 23, 2007, 06:45:49 18:45 »

Hallo, I will start with ARM7 in a few months. I want use GNU + CrossWorks studio + FTDI based JTAG cable. Does anybody use this combination?
Logged
zetd
Junior Member
**
Offline Offline

Posts: 68

Thank You
-Given: 18
-Receive: 32


« Reply #27 on: November 17, 2007, 02:08:24 02:08 »

Quote from: pecpys link=topic=3439.msg17018#msg17018 date=
Hi.. I need your help..

I'm a new in ARM processor.

I would like to know about the following item.

1.) What company that ARM IC is popular in this time?
2.) What complier that we need to use?
3.) What is the developing step for develop some project. But I would like to use Linux OS.
4.) I know that this forum is the best of PIC. But ware web site is the best of ARM

Thanks you

- check this out
  http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX31&tab=In-Depth_Tab

u will found:

Features

CPU Complex

    * ARM1136JF-S
    * 128 KB L2 unified cache
    * Jazelle® Java acceleration
    * Vector floating point coprocessor (VFP)
    * Smart Speed Switch

Multimedia

    * VGA MPEG-4 HW encode
    * Graphics acceleration (i.MX31 only)
    * Image Processing Unit (IPU)
    * CMOS/CCD sensor interface
    * Resize, color space conversion
    * Deblocking, deringing, blending
    * Display/TV controller

External Memory Interface (EMI)

    * SDRAM 16/32-bit, 133 MHz
    * Mobile DDR 16/32-bit, 266 MHz
    * NAND Flash 8/16-bit
    * PSRAM

Advanced Power Management

    * Automatic Dynamic Voltage and Frequency Scaling (DVFS)
    * Dynamic Process Temperature Compensation (DPTC)
    * Active well-bias • Power gating Connectivity
    * High Speed USB OTG, 2 Hosts
    * 2 x MMC/SD, 2 x Memory Stick ProTM
    * PCMCIA/CF
    * ATA-6 (HDD) interface
    * Audio MUX
    * IrDA, fast IrDA, keypad
    * Configuable SPI x 2, SSI/I2S x 2, UART x 5

Performance

    * CPU complex: up to 532 MHz
    * System: 133 MHz

, yeah.. i think its enough, to fuel your embedded system programming,

- the toolchain (free) http://www.siwawi.arubi.uni-kl.de/avr_projects/arm_projects/
- www.macraigor.com, ( .. google macgraigor JTAG compatible schematic)

others forum www.mikrocontroller.net, www.mcu123.com (in chiness)

- be "linuxers", with this uclinux.org ->Embedded Linux/Microcontroller Project
Logged

Dreams really do come true, when home robots do the dirty work for me. everythink is free, no war, no poison on my earth, everyone share thinks but not with my pretty girls,powered by science and humanity not by "dazzle think" - welcome to the planet of earth -
jezo
Newbie
*
Offline Offline

Posts: 27

Thank You
-Given: 37
-Receive: 13


« Reply #28 on: November 17, 2007, 05:59:17 05:59 »


But BGA package  Angry , difficult PCB, difficult assembly...
Logged
digitalmg
Junior Member
**
Offline Offline

Posts: 96

Thank You
-Given: 136
-Receive: 109


« Reply #29 on: November 17, 2007, 12:12:59 12:12 »

If you want stat with ARM ,ARM Cortex™-M3 is the last architecture for  ARM7TDMI-S ,have high-performance,implements the new Thumb-2 instruction set architecture and have Harvard bus architecture.Now only  STMicroelectronics have STM32 (CORTEX M3) - 32-bit Microcontrollers and Luminary Micro make Stellaris® family.For 50$ buy LM3S811 Evaluation Kits,the kit features JTAG wich work with  Keil™ RealView.
Logged
building
Newbie
*
Offline Offline

Posts: 8

Thank You
-Given: 0
-Receive: 0


« Reply #30 on: November 28, 2007, 09:13:22 09:13 »

Hellol, soter  Grin You have JTAG Debugger for ARM Microcontrollers SCH and What is Program to run with the Jtag Debugger. Thank you!!!  Cool
« Last Edit: November 28, 2007, 09:22:49 09:22 by building » Logged
digitalmg
Junior Member
**
Offline Offline

Posts: 96

Thank You
-Given: 136
-Receive: 109


« Reply #31 on: November 28, 2007, 09:46:46 09:46 »

http://www.hjtag.com/download.html  soft and WIGGLER Schematic,supports SDT2.51, ADS1.2, REALVIEW and IAR.
but the speed for debug with wiggler is very slow.
Logged
loki2007
Newbie
*
Offline Offline

Posts: 17

Thank You
-Given: 42
-Receive: 7


« Reply #32 on: September 10, 2010, 12:29:10 12:29 »

I know this post is very old, but I thought this info could still be usefull to someone else
ST have cheap 32Bit ARM CORTEX-M3 processors ($1-$3)
and the best IDE + compiler + debugger is
http://www.atollic.com/
it has free edition with little limitations
http://www.atollic.com/download/Atollic_TrueSTUDIO_Feature_comparison.pdf
and then you use the ST-Link Jtag (low cost) to debug and program
The IDE is eclipse, you can then look as FreeRTOS (Free real Time Operating System)
http://www.freertos.org/
and lwip (light weight IP stack also free)
http://savannah.nongnu.org/projects/lwip/
So you only pay for JTAG and the processors (the way I like it ;P )

[Added:2011/02/04]
I have to take my words back
the atollic is not the best compiler, the limitations is to great once you try to use the lite version for a full development
Sorry for providing wrong info.
I am now testing hte IAR compiler with eclipse plugin
« Last Edit: February 03, 2011, 10:11:40 22:11 by loki2007 » Logged
ficho
Newbie
*
Offline Offline

Posts: 19

Thank You
-Given: 6
-Receive: 6


« Reply #33 on: September 19, 2010, 06:12:32 06:12 »

FTDI - based JTAG used it with openocd + EWARM (GDB server)
http://www.joernonline.de/contrexx2/cms/index.php?page=127
usefull docs:
-EWARM_UserGuide.ENU.pdf
-Hitex lpc-arm-book_rev10.pdf
ficho
« Last Edit: September 19, 2010, 06:15:10 06:15 by ficho » Logged
veso
Guest
« Reply #34 on: January 12, 2011, 10:07:07 22:07 »

Good start point is open environment supporting with brand company.
Look at :
http://beagleboard.org/
Logged
Pages: 1 [2]  All
Print
Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC