-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
17 lines (13 loc) · 855 Bytes
/
README
File metadata and controls
17 lines (13 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Nano Home Computer with FORTH - ATmega328P/2560 - VGA, RCA, PS/2
Zkopírováno z
* memxFORTH-core * f116374 count- count+
* NanoHomeComputer * fc94b27 fixed speed for Had
/usr/bin/avrdude -U hfuse:r:-:h -U lfuse:r:-:h -U efuse:r:-:h -v -V -p atmega328p -D -c usbasp # read fuses
/usr/bin/avrdude -U lfuse:w:0xBF:m -v -V -p atmega328p -D -c usbasp # set FB for 16MHz on D8
/usr/bin/avrdude -U hfuse:w:0xDA:m -U lfuse:w:0xBF:m -U efuse:w:0xFD:m -v -V -p atmega328p -D -c usbasp # set all
po ocesani vsech aplikaci zbyva 1002 B RAM a
FLASH: | 7718 | 0x1E26 | data: 32 + text: 7686
RAM: | 1035 | 0x040B | data: 32 + bss: 1003
fixed RAM leak from stack variables in chaining, RT memory meters. FORTH: 320B RAM 10 lvl stacks (20 B and 40B)
FLASH: | 23344 | 0x5B30 | data: 42 + text: 23302
RAM: | 1521 | 0x05F1 | data: 42 + bss: 1479