HWA
Bare metal programming with style
atmega48x.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 4096
33 
37 #define HW_DEVICE_FLASH_PAGE_SIZE 64
38 
42 #define HW_DEVICE_EEPROM_SIZE 256
43 
47 #define HW_DEVICE_EEPROM_PAGE_SIZE 4
48 
52 #define HW_DEVICE_RAM_SIZE 512
53 
57 #define HW_DEVICE_APP_START 0x0034
58 
62 #include "atmegax8.h"
atmegax8.h
Atmel AVR ATmega48A/PA/88A/PA/168A/PA/328/P devices.