ATMEL AVR Tips – Input Output Ports Code Snippets Elecrom August 12, 2015; Updated On: January 4th, 2017 6 In the previous Blog Post ( How to access Input / Output Ports ?) we learned how to use DDRx, PINx, and PORTx registers to access GPIOs. In this post you will find some ready to use AVR Input Output Ports (GPIO) settings (c code snippets) for AVR microcontrollers. This snippets will help you to: … Continue reading ATMEL AVR Tips – Input Output Ports Code Snippets
AVR microcontroller video tutorial – Part 1 Elecrom February 27, 2015; Updated On: January 4th, 2017 1 Part 1 – Introduction to AVR microcontroller Hello, we had recorded this AVR microcontroller video tutorial long time ago for the benefit of students and electronics enthusiasts. Hope you find it useful. I tried my best to give almost impromptu talk. Kindly excuse me for my English. Topics Covered What is AVR ? Difference between … Continue reading AVR microcontroller video tutorial – Part 1
100% Flash utilization !! Elecrom May 7, 2009; Updated On: August 12th, 2015 3 Sometimes we met with interesting coincidences while working on projects. One such coincident happened just few moments ago … interesting and hence sharing with you all. Continue reading 100% Flash utilization !!
Mega16 Development Board : Sample Programs – Source Codes Elecrom April 3, 2009; Updated On: December 20th, 2016 4 [digg=http://digg.com/hardware/Sample_programs_for_AVR_mega16] Mega16 Development board comes with sample programs. On this post I will be posting updated versions of sample codes and related documentation. You can download this sample programs, modify and use them free of cost. All programs are written for CodeVisionAVR Compiler, unless otherwise specified. Following table summarizes the provided sample programs : (Link … Continue reading Mega16 Development Board : Sample Programs – Source Codes
ATMEL AVR Tutorial 2 : How to access Input / Output Ports ? Elecrom February 12, 2008; Updated On: June 1st, 2019 101 [digg=http://digg.com/programming/AVR_Tutorial_2_AVR_Input_Output] Tutorial Overview You cannot imagine to use microcontroller without using any of its i/o pins. Finally its all about : taking input , processing it and generating output ! Thus i/o registers and their correct settings is indispensable part while learning to program any uC. We will learn how to use Atmel AVR’s GPIO ports … Continue reading ATMEL AVR Tutorial 2 : How to access Input / Output Ports ?
AVR : Tutorial 1: Introduction to AVR Elecrom October 21, 2007; Updated On: September 1st, 2015 4 AVR microcontrollers from ATMEL are very good choice for designing mid-range embedded systems.They are 8Bit RISC controllers. They come in many verities and most of them gives 16MIPS (Mega Instructions Per Seconds) throughput at 16MHz . Unlike most of the popular PIC microcontrollers, AVRs have powerful instruction set, most executing in 1 cycle. Recently ATMEL … Continue reading AVR : Tutorial 1: Introduction to AVR