-
-
Notifications
You must be signed in to change notification settings - Fork 85
Hardware summary
Jean-Michel edited this page Sep 15, 2019
·
3 revisions
The core micro controller is a 8-Bit Atmel ATxmega32A4U
, while the SPI flash memory seems to be Adesto AT45DB0x1D
family.
You can find schematics of ChameleonMini RevE Rebooted wiring in this repo, at /Schematics
folder.
Item | Description |
---|---|
Internal Flash (Code memory for program) | 32 Kb |
External SPI Flash (Persistent external storage memory) | 512 or 1024 Kb, depending on cases (see here) |
Bootloader section | 4 Kb (at the end of Flash) |
EEPROM (Persistent internal storage memory) | 1 Kb |
SRAM | 4 Kb |
CPU Speed | 32 MIPS |
Home
Getting started
Basic usage
Supported cards/config
Windows
Linux
OSX
Development Environment
Terminal commands
Slots configuration
Hardware summary
Program with AVRISP mkII
Program with modified USBASP
Reference fuses and lockbits
Reference SPI Flash
RevE Bootloader