Hi, I have some small projects where the ATtiny 84 would be perfect but when I try to compile and download I run out of memory at just slightly over half of the 8kb of flash. Is this a problem with not enough SRAM, or what is happening?
A big thanks to anyone who can help
Do you get an error message when compiling that mentions "truncated to fit"?
If so, it is a linker bug, to which there is a simple fix which can be found here:
I don't remember seeing that in the obfuscated (to me) error messages but I do remember seeing something about "unable to relocate" in all of them. I use my Uno as an ISP and don't have a tiny hooked up to it right now. I'll hook one up and check that error message a little closer, thanks.
You shouldn't need the chip hooked up to check the error message, just click the verify button.
From what you described, I believe this is indeed the issue you are having.
Thank you. I will give that a try.
I got sidetracked but finally got that LD.exe downloaded and replaced the old one. It works!! I downloaded almost 8K to the tiny84. Great stuff, thanks a lot. What would we do without you experienced guys here...