Prusa-Firmware/tools/lib/avr.py

5 lines
86 B
Python

SRAM_START = 0x200
SRAM_SIZE = 0x2000
SRAM_OFFSET = 0x800000
EEPROM_OFFSET = 0x810000