HWA
Bare metal programming with style

Detailed Description

Header file:

#include <hwa/attiny44.h>

Modules

 ATtiny44A-PU
 

Target device description

These definitions are computed by HWA from the target device name.

#define HW_DEVICE   attiny44
 
#define HW_DEVICE_ATTINY44
 
#define HW_DEVICE_SIGNATURE   0x1E,0x92,0x07
 
#define HW_DEVICE_FLASH_SIZE   4096
 
#define HW_DEVICE_FLASH_PAGE_SIZE   64
 
#define HW_DEVICE_EEPROM_SIZE   256
 
#define HW_DEVICE_EEPROM_PAGE_SIZE   4
 
#define HW_DEVICE_RAM_SIZE   256
 

Macro Definition Documentation

◆ HW_DEVICE

#define HW_DEVICE   attiny44

Name of the device (for the compiler/programmer)

◆ HW_DEVICE_ATTINY44

#define HW_DEVICE_ATTINY44

Device family

◆ HW_DEVICE_EEPROM_PAGE_SIZE

#define HW_DEVICE_EEPROM_PAGE_SIZE   4

EEPROM page size in bytes

◆ HW_DEVICE_EEPROM_SIZE

#define HW_DEVICE_EEPROM_SIZE   256

EEPROM size in bytes

◆ HW_DEVICE_FLASH_PAGE_SIZE

#define HW_DEVICE_FLASH_PAGE_SIZE   64

Flash page size in bytes

◆ HW_DEVICE_FLASH_SIZE

#define HW_DEVICE_FLASH_SIZE   4096

Flash size in bytes

◆ HW_DEVICE_RAM_SIZE

#define HW_DEVICE_RAM_SIZE   256

RAM size in bytes

◆ HW_DEVICE_SIGNATURE

#define HW_DEVICE_SIGNATURE   0x1E,0x92,0x07

Signature bytes

attiny44.h
Atmel AVR ATtiny44.