<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>microcontrollers on irq5 test</title><link>https://irq5-7854a1fdb9f4.pages.dev/tag/microcontrollers/</link><description>Recent content in microcontrollers on irq5 test</description><language>en-us</language><lastBuildDate>Thu, 15 Jul 2010 22:03:00 +0000</lastBuildDate><atom:link href="https://irq5-7854a1fdb9f4.pages.dev/tag/microcontrollers/feed/" rel="self" type="application/rss+xml"/><item><title>Programming the ATtiny10</title><link>https://irq5-7854a1fdb9f4.pages.dev/2010/07/programming-the-attiny10/</link><pubDate>Thu, 15 Jul 2010 22:03:00 +0000</pubDate><guid>https://irq5-7854a1fdb9f4.pages.dev/2010/07/programming-the-attiny10/</guid><description>&lt;p>Recently I wanted to use a really tiny, low pin-count microcontroller for a project, so I decided to buy a few &lt;strong>Atmel ATtiny10&lt;/strong> to experiment with.&lt;/p>&lt;p>To get it working, I would need a compiler and a programmer. I like working with Atmel chips because they have cross-platform development tools. The Arduino IDE that I&amp;rsquo;ve been using comes with &lt;em>avr-gcc&lt;/em> and &lt;em>avrdude&lt;/em>, both of which are really awesome open source tools for compiling and uploading code to the microcontrollers. If you just want the tools without the Arduino IDE, you can get the WinAVR package.&lt;/p>&lt;p>However both of these tools do not work with the ATtiny10 yet. I do not expect a C compiler, but even the GNU assembler that comes with avr-gcc still doesn&amp;rsquo;t support this chip. avrdude recently added support for uploading to the ATtiny10, but only through the STK or AVRISP programmer, which I didn&amp;rsquo;t want to fork out money to buy.&lt;/p>&lt;p>&lt;a href="https://irq5-7854a1fdb9f4.pages.dev/2010/07/programming-the-attiny10/#more">Continue reading…&lt;/a>&lt;/p></description></item></channel></rss>