As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com.

Difference between revisions of "CW308T-XMEGA"

From ChipWhisperer Wiki
Jump to: navigation, search
(I/O Connections)
Line 7: Line 7:
 
{| class="wikitable"
 
{| class="wikitable"
 
!CW308 Pin
 
!CW308 Pin
!ATMega328P Pin
+
!ATXMega Pin
 
!Notes
 
!Notes
 
|-
 
|-
 
|GPIO1
 
|GPIO1
|PD0 (RXD)
+
|PC3 (TXD0)
|Serial INPUT to AVR.
+
|Serial OUTPUT from AVR.
 
|-
 
|-
 
|GPIO2
 
|GPIO2
|PD1 (TXD)
+
|PC2 (RXD0)
|Serial OUTPUT from AVR.
+
|Serial INPUT to AVR.
 
|-
 
|-
 
|GPIO3
 
|GPIO3
|N/C
+
|PA1
|
+
|Spare pin.
 
|-
 
|-
 
|GPIO4
 
|GPIO4
|PC0
+
|PA0
|Trigger pin (mapped to ADC-port such that I/O driver power comes from AVCC).
+
|Trigger pin.
 
|-
 
|-
 
|CLKIN
 
|CLKIN
Line 31: Line 31:
 
|-
 
|-
 
|CLKFB
 
|CLKFB
|PB0
+
|PB3
|Can set this pin as CLKO with fuse. Useful for synchronizing to internal RC oscillator.
+
|Can output clock on this pin. Useful for synchronizing to internal RC oscillator.
 
|-
 
|-
|nRST
+
|LED1
|nRST (PC6)
+
|PA5
|Used by in-system-programming (ISP) interface.
+
|
 
|-
 
|-
|MOSI
+
|LED2
|PB3 (MOSI)
+
|PA6
|Used by in-system-programming (ISP) interface.
+
|
 +
|-
 +
|LED3
 +
|PA7
 +
|
 
|-
 
|-
|MISO
+
|PDID
|PB4 (MISO)
+
|PDID
|Used by in-system-programming (ISP) interface.
+
|In-System programming.
 
|-
 
|-
|SCK
+
|PDIC/nRST
|PB5 (SCK)
+
|nRST/PDIC
|Used by in-system-programming (ISP) interface.
+
|In-System programming.
 
|}
 
|}
  

Revision as of 19:35, 23 September 2016

P1090089.jpg

The CW308T-XMEGA fits an Atmel XMEGA device.

I/O Connections

CW308 Pin ATXMega Pin Notes
GPIO1 PC3 (TXD0) Serial OUTPUT from AVR.
GPIO2 PC2 (RXD0) Serial INPUT to AVR.
GPIO3 PA1 Spare pin.
GPIO4 PA0 Trigger pin.
CLKIN XTAL1
CLKFB PB3 Can output clock on this pin. Useful for synchronizing to internal RC oscillator.
LED1 PA5
LED2 PA6
LED3 PA7
PDID PDID In-System programming.
PDIC/nRST nRST/PDIC In-System programming.


Programming Header

The 6-pin programming heading can be used with the Atmel PDI interface. The pinout of the 6-pin programming header on the main-board allows it to work with standard Atmel ISP tools:

Xmega pdi.jpg

Schematic

CW308T XMEGA Schematic Page 1.png

CW308T XMEGA Schematic Page 2.png