Top "Avr" questions

AVR refers to two families of either 8- or 32-bit RISC microcontrollers

how to make Mac detect AVR board using USBasp and burn program to it?

I am new to Embedded, starting with AVR programming using C. I am working on Mac OS 10.9.4, so far I …

macos embedded usb avr avrdude
Passing a Port as a variable - AVR

Is it possible to use an AVR port as a variable which can be passed around? For example LED myLed(…

c++ io avr
Programming a PWM in an Arduino Mega ATmega2560 micro-controller

I'm trying to enable a PWM on an Arduino Mega (ATmega2560), but I'm facing to some issues. First, I'm trying …

c arduino ada avr pwm
Compilation gcc 4.6.2 (cannot compute suffix of object files)

Problem when compiling gcc 4.6.2: checking for avr-gcc... /data/data6/soft/src_build/gcc-4.6.2/host-x86_64-unknown-linux-gnu/gcc/xgcc -B/data/data6/…

linux gcc compilation avr
Using Google 'Protocol Buffers' in Arduino

Is it possible to make Google Protocol Buffers work in Arduino? I have been trying for about a week and …

arduino protocol-buffers avr
read multiple bytes from rs232 to uart (avr atmega16)

i am sending 4 bytes of data from my Pc serially to my atmega16. i use UART. one technique is to …

c avr uart atmega16
ATMEGA168A - F_CPU warning

I have written the code below in order to make an ATMEGA168A blink a small led: #include <avr/…

c avr atmega
How does an AVR perform floating point Arithmetic

I'm trying to implement a support for double and float and corresponding basic arithmetic on a CPU without an FPU. …

c floating-point avr
Arduino Bootloader

Can someone please explain how the Arduino bootloader works? I'm not looking for a high level answer here, I've read …

arduino avr bootloader
avrdude: error: buffered memory access not supported

I am trying to upload this firmware sck_beta_v0_8_6 via Arduino 1.0.5-r2. I have chosen LilyPad Arduino USB as …

arduino avr firmware arduino-uno