Top "Atmel" questions

Atmel Corporation (Nasdaq: ATML) is a leader in the design and manufacture of microcontrollers, capacitive touch solutions, advanced logic, mixed-signal, nonvolatile memory and radio frequency (RF) components.

"The visual Studio component cache is out of date, please restart Visual Studio."

I'm on windows 7, using Atmel studio 7.0. When I opened up my project in Atmel Studio, it failed to load and …

visual-studio atmel atmelstudio
How to add header files in Atmel Studio 6

I'm trying to go with Atmel Atudio 6. But i'm not sure how to add .h files to my project. Is …

arduino microcontroller avr atmel avr-studio5
How to make a delay in assembly for avr microcontrollers?

I am having a problem in calculating delays. I want to make a delay for 1 sec when I am using 1…

assembly delay microcontroller atmel
Atmel AVR Disassembler

Can somebody suggest me any disassembler for Atmel AVR 8-bit microcontrollers? There are opensource projects for this? Thanx.

microcontroller avr disassembly atmel
GUI-Library for microcontroller

I want to create a GUI driven application for a micro-controller (Atmel XMEGA) that is connected to a 128x64 dots …

c user-interface frameworks embedded atmel
Arduino Nano Timers

I want to know more about Arduino Nano timers. What timers are there? Do they produce interrupts? What code would …

timer arduino avr atmel atmega
How to add .c and .h files to Atmel Studio 6?

I know there are a lot of questions on this topic, and I've looked through a fair number of them. …

ide header-files atmel
ATmega128: Adding and subtracting 16-bit numbers (assembly)

I'm working with a ATmega128 microcontroller and supposedly need to add two 16-bit numbers. I'm using AVR Studio and this …

assembly microcontroller atmel
Preserving sreg in AVR interrupts

What is the mechanism used to preserve the status register, sreg, in an AVR microcontroller? RETI implies that these bits …

assembly arduino avr atmel
Creation and addressing arrays in AVR Assembly (Using the ATMega8535)

I am having trouble with the creation and addressing of an array created purely in assembly using the instruction set …

arrays assembly avr atmel