自制的Arduino,芯片使用ATMEGA8,与W5100的问题
大家好,我使用ATMEGA8在万用板上自制了一个最小系统板,然后使用串口更新固件的方式跑一般的Arduino程序没有问题,这两天想用该板加W5100来做个家用的WebSever。用于监控一些参数。但是打开WebSever例程后编译不通过,不知道是不是ATMEGA8这款芯片的Arduino不支持W5100模块呢?IDE编译后提示如下:
e:/program files/arduino/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/bin/ld.exe: WebServer.cpp.elf section .text will not fit in region text
e:/program files/arduino/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/bin/ld.exe: region text overflowed by 2616 bytes
请大神指点一下,万分感谢。 程序大了,超出m8的空间了。
页:
[1]