Page 1 of 1

ATTiny10 Assembly IDE and Device Programmer

Posted: Mon Sep 12, 2011 10:54 am
by wholder
I've developed a simple, Java-based IDE for writing assembly code for the ATTiny10 family. I've also developed a simple HV programming circuit that works with the IDE to create a complete solution for writing code and then programming an ATTiny10 device. Since my design implements a high voltage programmer, this means you can write code that sets the RSTDISBL fuse in order to use the RESET line (pin 6 on the ATTiny10) as an additional I/O pin (PB3, ADC3, PCINT3) and still reprogram the device later. The code and hardware design is still alpha but, if you're interested in trying my IDE, check out the project page, here:

https://sites.google.com/site/waynehold ... programmer

Note: while written in Java, the IDE is currently packaged as an OSX app, so it's only available to Mac users at the moment. I'd like to release Win and Linux versions, but I need to figure out some details on how to link with the RXTX serial library on these platforms before I can do this.

Re: ATTiny10 Assembly IDE and Device Programmer

Posted: Sat Sep 24, 2011 8:52 pm
by boba_teff
You should suggest it. I know I would buy one!