The Godfather talking
You may crack software. How about me?
Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
April 20, 2024, 07:34:59 07:34


Login with username, password and session length


Pages: [1]
Print
Author Topic: AVR XMEGA  (Read 9661 times)
0 Members and 1 Guest are viewing this topic.
mculove
Newbie
*
Offline Offline

Posts: 32

Thank You
-Given: 25
-Receive: 18


« on: March 27, 2008, 02:39:24 14:39 »


# AVR XMEGA devices include:  2nd generation of picoPower technology
# Innovative Event System for fast, CPU independent inter-peripheral communication
# 4-channel DMA Controller boosts MCU performance
# 100% predictable timing
# Fast 12-bit ADC and DAC
# Fast Cryptography support for AES and DES

AVR XMEGA microcontrollers have the same acclaimed characteristics as the established AVR devices, and operates from just 1.6 volt with up to 32 MIPS at 32 MHz. Memory size range from 16 to 384 KB of Flash and they come in 44- to 100-pin packages. The XMEGA devices are general purpose microcontrollers well suited for a variety of applications including audio systems, ZigBee®, power tools, medical , board controllers, networking, metering, optical transceivers, motor control, white goods and any battery powered product.

  Is there any C or Basic compiler that support the new AVR XMEGA family ?
Logged
jestanoff
Junior Member
**
Offline Offline

Posts: 46

Thank You
-Given: 25
-Receive: 18



WWW
« Reply #1 on: March 29, 2008, 07:01:36 19:01 »

They aren't in a market yet. Look here:
http://www.sonsivri.com/forum/index.php?topic=11127.0
Logged
chrometsuba
Newbie
*
Offline Offline

Posts: 20

Thank You
-Given: 71
-Receive: 4


« Reply #2 on: March 29, 2008, 09:31:55 21:31 »

Beta version of avr studio has support for the xmega1280 chips

http://www.atmel.no/beta_ware/
Logged
paiboon
Guest
« Reply #3 on: April 02, 2008, 03:07:54 15:07 »

Winavr

Code:


WinAVR User Manual - 20080402rc1
Eric B. Weddington
<[email protected]>

WinAVR is a suite of executable, open source software development tools for the Atmel AVR series of RISC microprocessors hosted on the Windows platform. It includes the GNU GCC compiler for C and C++.

1.0 What's New
Below is just a sample of what's new.

Added support for these devices:

ATxmega128A1

ATxmega64A1

ATmega32M1

ATmega32C1

ATmega32U4

ATtiny167

GCC 4.3.0

New version.There are two new Makefile Templates added. One template will generate a library instead of an application (Makefile.lib) and the other template will enable whole program optimization (Makefile.wpo).

SRecord 1.38

New version.SimulAVR 0.1.2.5

New version.AVR-Ada is temporarily removed from this installation.


Logged
jestanoff
Junior Member
**
Offline Offline

Posts: 46

Thank You
-Given: 25
-Receive: 18



WWW
« Reply #4 on: April 02, 2008, 06:15:05 18:15 »

Support for Atmel AVR XMEGA
IAR Embedded Workbench V5.1 for AVR now supports the new AVR XMEGA device family from Atmel.
Logged
tom12sg
Newbie
*
Offline Offline

Posts: 15

Thank You
-Given: 36
-Receive: 12


« Reply #5 on: April 05, 2008, 03:44:04 15:44 »

Hi,

  Xmega64A1, Xmega128A1, Xmega256A1

are supported in ICCV7.16 from ImageCraft.
Logged
an007
Active Member
***
Offline Offline

Posts: 110

Thank You
-Given: 53
-Receive: 51


« Reply #6 on: April 06, 2008, 09:23:25 21:23 »

Can some1 upload IAR Embedded Workbench V5.1 (EW-AVR V5.10 full kit)?

thanks,
//a
Logged
alberto110
Junior Member
**
Offline Offline

Posts: 93

Thank You
-Given: 50
-Receive: 10


« Reply #7 on: December 24, 2010, 08:53:50 08:53 »

how can i find which xmega is 8 bit or 16 bit
Logged
Mega32
Active Member
***
Offline Offline

Posts: 179

Thank You
-Given: 183
-Receive: 37


« Reply #8 on: December 24, 2010, 11:33:26 11:33 »

how can i find which xmega is 8 bit or 16 bit
How about reading the datasheet , for the desired Xmega MCU ?

But afaik all Xmegas are 8bit , like the "normal" megas.

Mega32
Logged
DarkClover
Active Member
***
Offline Offline

Posts: 169

Thank You
-Given: 37
-Receive: 60


Still alive...


« Reply #9 on: December 24, 2010, 01:26:24 13:26 »

Which programmer do I need to program XMEGA and UC3 AVR's ?

I didn't find any information on the homepage of ATMEL. If a JTAG ICE-mkII can
handle any of them, that would be very good.

However, the programmer should be cheap, not like the ATMEL products.

Many thanks in advance!
Greets DarkClover
Logged

Not thinking means to believe what others say!
TRY & ERROR... the fundamental principle our existence is based on
alberto110
Junior Member
**
Offline Offline

Posts: 93

Thank You
-Given: 50
-Receive: 10


« Reply #10 on: December 24, 2010, 01:53:26 13:53 »

How about reading the datasheet , for the desired Xmega MCU ?

But afaik all Xmegas are 8bit , like the "normal" megas.

Mega32


in datasheet wrote "High-performance, Low-power 8/16-bit Atmel
® AVR® XMEGA™ Microcontroller "

is there any idea ?
Logged
xaralampis
Inactive

Offline Offline

Posts: 5

Thank You
-Given: 20
-Receive: 5


« Reply #11 on: December 25, 2010, 12:17:30 12:17 »

@DarkClover
i use AVRISP mkII to flash XMEGA128A1

@alberto110
"Low-power 8/16-bit AVR"
this is just marketing

like all AVRs (90S, MEGA):
XMEGA has 16bit program bus
XMEGA has 8bit data bus
XMEGA has the same 32 8bit registers

also note - unlike other AVRs :
Instructions in the program memory are executed with a single level pipeline
Write to SRAM takes one cycle and read from SRAM takes two cycles.

XMEGA has powerfull peripherals DMA, EventSystem, QudratureDecoder, InterruptController
Logged
DarkClover
Active Member
***
Offline Offline

Posts: 169

Thank You
-Given: 37
-Receive: 60


Still alive...


« Reply #12 on: December 29, 2010, 02:58:45 14:58 »

@xaralampis
OK therefore I can use XMEGA controllers so far. That's very good.

But do you know whether the UC3 controller family can be pogrammed through
the AVRJTAG mkII too?
I found some programmer on the internet but they seem very uncomfortable or
don't have JTAG on board. Do you know some good programmers for the UC3, if
the AVRJTAG mkII doesn't work ?

Thanks...
Greets DarkClover
Logged

Not thinking means to believe what others say!
TRY & ERROR... the fundamental principle our existence is based on
Pages: [1]
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