Base Bootloader:
Clock: 8 MHz
Initial Pin Settings:
#define INIT_DDRA 0b00000000
#define INIT_PRTA 0b00000000
#define INIT_DDRB 0b01011000
#define INIT_PRTB 0b00000000
#define INIT_DDRC 0b10001100
#define INIT_PRTC 0b00000000
#define INIT_DDRD 0b11110010
#define INIT_PRTD 0b00000001
M32 Expansion Bootloader:
Clock: 16 MHz
Initial Pin Settings:
#define INIT_DDRA 0b00000000
#define INIT_PRTA 0b00000000
#define INIT_DDRB 0b10111000
#define INIT_PRTB 0b01000000
#define INIT_DDRC 0b00000000
#define INIT_PRTC 0b11111100
#define INIT_DDRD 0b10010010
#define INIT_PRTD 0b01100001
Lesezeichen