HWA
Bare metal programming with style
atmega328x.h
Go to the documentation of this file.
1 
2 /* This file is part of the HWA project.
3  * Copyright (c) 2012,2015 Christophe Duparquet.
4  * All rights reserved. Read LICENSE.TXT for details.
5  */
6 
32 #define HW_DEVICE_FLASH_SIZE 32768
33 
37 #define HW_DEVICE_FLASH_PAGE_SIZE 128
38 
42 #define HW_DEVICE_EEPROM_SIZE 1024
43 
47 #define HW_DEVICE_EEPROM_PAGE_SIZE 4
48 
52 #define HW_DEVICE_RAM_SIZE 2048
53 
57 #define HW_DEVICE_APP_START 0x0068
58 
62 #include "../../atmel/avr/devices/atmegax8.h"