Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Attiny85 Programming

Status
Not open for further replies.

Chenbh

Newbie level 6
Joined
Sep 22, 2010
Messages
12
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,371
Hello, I want to make some simple projects with the Attiny85.
I found **broken link removed** and now looking for C headers to write to the I/O pins and set the mods of the pins. I'm new to AVR programming.
Can you help me with finding a Compiler or a header for Keil?
How can I program the Attiny with the programmer above?
I saw the software they gave at the programmer's page and I think I can handle it, but how am I going to make a hex file for it to read and write.
what about the fuse bits? Is the default setup in the programmer's software ok?

Pheww, a lot of questions:)

Thanks in advance.
 

How can I program the Attiny with the programmer above?
u can easily program it through the isp programmer (usb asp), just connect the pins of (MOSI, MISO, SCK, RESET, VCC, GND) of the Attiny85 to the similar pins in the programmer

but how am I going to make a hex file for it to read and write.
u should make a project and compile it and build it then the hex file will be generated.

what about the fuse bits? Is the default setup in the programmer's software ok?
the default setup is ok. I think the clock source is internal RC oscillator of 1MHz.

Regards,
Hz
 

u can easily program it through the isp programmer (usb asp), just connect the pins of (MOSI, MISO, SCK, RESET, VCC, GND) of the Attiny85 to the similar pins in the programmer


u should make a project and compile it and build it then the hex file will be generated.


the default setup is ok. I think the clock source is internal RC oscillator of 1MHz.

Regards,
Hz

Thanks for the replay!

Ok, so now I'm just looking for some C header files to get going. You know, some SFRs and functions to work with
 

Code:
Can you help me with finding a Compiler or a header for Keil?

Keil doesn't support ATMega , or TINY mcu.
Download http://www.atmel.com/microsite/atmel_studio6/ (or the older version 4 with winavr if you wish)

The simplest programmer you can make is http://electronics-diy.com/avr_programmer.php
The one you show is USBasp which is a great one, you just have to use ponyprog or avrdude to program the mcu , it is not supported in AVR studio
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top