Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in avr

Best practice for passing primitive data type in C++ function

Does AVR-GCC properly work with 16-bit AVR I/O registers?

avr avr-gcc

char arrays in PROGMEM

c avr avr-gcc progmem

Random number generator in assembly code

assembly random avr

GCC produces unneccessary register pushes for simple ISR on AVR

c++ avr

Moving data into __uint24 with assembly

Why can't I change the PWM output pin in ATTINY1616?

AVR Instruction Sets and "missing" instructions by device

Sending mutiple characters using USART1 on an atmega4809 results in 0xFF to be send

c embedded avr avr-gcc usart

Where is the offset of the Y register from the call/stack frame in avr-gcc coming from?

How to port pgm_read_byte macro (AVR-GCC) to Mircrochip C18 Compiler?

c assembly embedded avr avr-gcc

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