Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

C Programming with ATtiny12

Status
Not open for further replies.

Lanfeust23

Electrical
Joined
Feb 16, 2004
Messages
20
Location
CA
Hi,
Somebody knows how programming ATtiny12 in C language because when I compilated my code WinAVR said "ATtiny12 is not supported by the compiler" and I don't enjoy to learn assembler just for a little programm.
Thanks.
 
I suggest write your program in e.g. BASIC and find someone who can "translate " it...



<nbucska@pcperipherals DOT com> subj: eng-tips
 
ATtiny12 is supported by WinAVR but in assembly code only not in C. I have the lastest version, so ....
But I've found another solution : a ImageCraft software called ICCTiny.
Great for all ATtiny, it support C without problems.
 
If it is a one time application, it may be worth to use a
more expensive processor to simplify the programming e.g.
a PC compatible one for << 100.- USD.

<nbucska@pcperipherals DOT com> subj: eng-tips
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top