Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in avr

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

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