HWA
Bare metal programming with style
|
Modules | |
ATmega328 | |
ATmega328P | |
Target device description | |
These definitions are computed by HWA from the target device name. | |
#define | HW_DEVICE_FLASH_SIZE 32768 |
#define | HW_DEVICE_FLASH_PAGE_SIZE 128 |
#define | HW_DEVICE_EEPROM_SIZE 1024 |
#define | HW_DEVICE_EEPROM_PAGE_SIZE 4 |
#define | HW_DEVICE_RAM_SIZE 2048 |
#define | HW_DEVICE_APP_START 0x0068 |
#define HW_DEVICE_APP_START 0x0068 |
Address of first application byte (after IRQ vector table)
#define HW_DEVICE_EEPROM_PAGE_SIZE 4 |
EEPROM page size in bytes
#define HW_DEVICE_EEPROM_SIZE 1024 |
EEPROM size in bytes
#define HW_DEVICE_FLASH_PAGE_SIZE 128 |
Flash page size in bytes
#define HW_DEVICE_FLASH_SIZE 32768 |
Flash size in bytes
#define HW_DEVICE_RAM_SIZE 2048 |
RAM size in bytes