-
Notifications
You must be signed in to change notification settings - Fork 1
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
programming the atmega #1
Comments
Hello,How to set up the fuse? I don't know English and may have some problems translating, I hope you can understand what I mean. |
Hi. Yes, you can add a 12M crystal and configure the fuses appropriately (Low Power Crystal Oscillator, CKSEL = 1111). I think no changes to the code are needed. |
Hello, I have other questions I would like to consult. |
Hi. Fuses are model specific, please read the respective datasheet. This project should not require any fuse changes from the defaults unless you want to use an external crystal. I have used Atmel Studio for compiling this project and the resulting binary should be quite small. I don't have the setup to compile this right now, but it should be less than 2k since it originally fit the attiny24. |
Hi, do you have clearer instructions on how program the chip? I don't really understand how you set the RC Oscillator. What did you use to program the chip via the pogo pins?
is there a way to program the chip out of circuit with an arduino or the tl866?
The text was updated successfully, but these errors were encountered: