probably answered somewhere but I couldn't find it.
For instance: a simple program that prints few letters or numbers over serial connection stops working or starts printing strange signs, when Servo library is just included. Could it be too little RAM or can it be something else ? Same program works normaly on Uno.
Without servo #include <Servo.h> works fine. I also tried, just in case some other libraries and with some of them it also doesn't work.
That's why I wonder if some libraries could cause, AtMega8 to ran out of SRAM.
Here's the simple code: 555 is just something to print
I did many things on severino, but just noticed that importing some libraries like Servo stops serial connection from working properly.
So instead of 555 it starts writng ___ or && & %& or completely stops.