Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in avr

How to disable avr-gcc's "appears to be a misspelled interrupt handler" warning?

c gcc avr

AVR G++: Executing a function that is past the 128 Kb ROM boundary

c++ gcc g++ avr avr-gcc

How to write a bitmask in c++14 using (something like?) variadic templates

reinterpret_cast from type 'const char*' to type '__FlashStringHelper*' casts away qualifiers

c++ avr avr-studio6

May I use cli() and sei() in the interrupt?

c++ interrupt avr

C++ decrementing an element of a single-byte (volatile) array is not atomic! WHY? (Also: how do I force atomicity in Atmel AVR MCUs/Arduino)

c++ arduino interrupt atomic avr

How can "typedef" make my code portable?

c embedded microcontroller avr

AVR Timer Programming : CTC mode vs. Normal mode

timer comparison avr

AVR C++ uint32_t weird behaviour

c++ avr

Is there a way to handle heap memory fragmentation in AVR/Arduino microcontrollers?

Can I do something like #define ARRAY(size) char[##size##] in C?

c gcc avr avr-gcc

ATMEGA168A - F_CPU warning

c avr atmega

Why a*b/c instead of a*(b/c) gives 3x bigger program size on AVR?

c assembly gcc avr atmega

Tasking with AVR-Ada

ada avr avr-gcc winavr

Simple serial AVR programmer for beginner [closed]

embedded avr circuit

Wireless communication: AVR based embedded system and iPhone

Why AVR-GCC compilers append a "clr r1" line after multiplication?

c embedded avr avr-gcc

Code works, but throws Incompatible Pointer Type warning

c pointers casting avr 8-bit

Pulse width modulation (PWM) on AVR Studio

width avr pulse atmega