SSSarvesh Santinbitstosystems.hashnode.dev·Jun 15 · 7 min readBlinking an LED using Timer Interrupt CTC Method | AVR Bare Metal #4In the previous articles, we used Timer1 of the ATmega328P to generate delays for blinking the onboard LED. Till now we have explored two approaches. The first was the Polling Method, where the CPU co00
SSSarvesh Santinbitstosystems.hashnode.dev·Jun 4 · 9 min readBlinking an LED using Timer Interrupt Method | AVR Bare Metal #3In the previous article, I wrote and flashed my first bare metal AVR program without using the Arduino IDE. We blinked the onboard LED of the Arduino UNO using AVR GPIO and Timer1. I mentioned earlier00
SSSarvesh Santinbitstosystems.hashnode.dev·May 25 · 13 min readBlinking an LED using Timer Polling Method | AVR Bare Metal #2In the previous article, I set up the AVR toolchain on Linux. Now it’s finally time to write and flash the first bare metal AVR program without using the Arduino IDE. Blinking a LED on microcontroller00
SSSarvesh Santinbitstosystems.hashnode.dev·May 19 · 4 min readFrom Arduino IDE to AVR GCC | AVR Bare Metal #1Introduction It has been a while since I started playing around with microcontrollers. My journey began with the Arduino UNO and programming it using the Arduino IDE. Later, I spent some time learning00