Program Arduino Due with Atmel Studio 7 Elecrom December 1, 2016; Updated On: February 13th, 2017 22 Overview Atmel’s SAM3X series MCUs are great for beginners to advance users who want to move further from the the world of 8bit/16bit microcontrollers to 32bit ARM Cortex core MCUs. One of the most famous device in this series is SAM3X8E, Atmel’s Smart ARM microcontroller. The development platform of the choice for getting started with … Continue reading Program Arduino Due with Atmel Studio 7
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 fuse bits settings Elecrom April 3, 2010; Updated On: June 1st, 2019 10 Setting AVR fuse bits correctly is most important and equally confusing part for many beginners. In this post I have presented some of the ready to use fuse bit settings and corresponding batch files, which can be used with AVRdude. Link for downloading avrdude batch files (to be used with USBasp) is given at the … Continue reading AVR fuse bits settings
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 ?