avr-gcc, atmega128 zewn. ram,lcd itd..

Loading thread data ...

Szczegóły tutaj:

formatting link
a w skrócie w makefile dopisz:

# Internal RAM: stack only, external RAM: variables and heap # LDFLAGS += -Wl,-Tdata=0x808000,--defsym=__heap_end=0x80ffff

# Internal RAM: variables and stack, external RAM: heap # LDFLAGS += -Wl,--defsym=__heap_start=0x808000,--defsym=__heap_end=0x80ffff

odkomentuj właściwą linijkę w zależności jak chcesz

W razie pytań gg:3947845

Mariusz Koniarz

Reply to
Mariusz Koniarz

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.