HWA
Bare metal programming with style
atmega168x.h
Go to the documentation of this file.
1 
2 /* This file is part of the HWA project.
3  * Copyright (c) 2020 Christophe Duparquet.
4  * All rights reserved. Read LICENSE.TXT for details.
5  */
6 
32 #define HW_DEVICE_FLASH_SIZE 16384
33 
37 #define HW_DEVICE_FLASH_PAGE_SIZE 128
38 
42 #define HW_DEVICE_EEPROM_SIZE 512
43 
47 #define HW_DEVICE_EEPROM_PAGE_SIZE 4
48 
52 #define HW_DEVICE_RAM_SIZE 1024
53 
57 #define HW_DEVICE_APP_START 0x0068
58 
62 #include "atmegax8.h"
atmegax8.h
Atmel AVR ATmega48A/PA/88A/PA/168A/PA/328/P devices.