Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not fit on a Trinket #3

Open
Hexalyse opened this issue Dec 9, 2017 · 2 comments
Open

Does not fit on a Trinket #3

Hexalyse opened this issue Dec 9, 2017 · 2 comments

Comments

@Hexalyse
Copy link

Hexalyse commented Dec 9, 2017

I see a few lines of codes for Trinket 5V on your sketch, but the compiled code cannot run on a Trinket 8Mhz.
When I try to compile it I get this error :

ChristmasStrip.ino.elf section `.text' will not fit in region `text'
region `text' overflowed by 12334 bytes

Maybe you were referencing the Trinket Pro with 28K of flash memory (instead of 8K on the Trinket) ?

@sfrwmaker
Copy link
Owner

Hello!

This code is for atmega328p-pu microcontroller, Arduino UNO or Arduino nano. See here: https://www.instructables.com/id/5-Minutes-Christmas-Neopixel-Led-Strip/

@Hexalyse
Copy link
Author

Why the code for dealing with Trinkets 16Mhz, then ?

But I'm pretty sure it could run on a Trinket Pro, right ? I ordered one, we'll see.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants