Search code examples
How to get an ATtiny24A MCU into sleep mode?...


embeddedavravr-gccavrdudeattiny

Read More
Why is this code being generated by avr-gcc and how does it work?...


assemblyoptimizationavravr-gcc

Read More
Unexpected global variable read result in C++ using avr-gcc for (local variable access is as expecte...


gccglobal-variablesavravr-gcc

Read More
ATmega328p Memory Addresses...


cassemblyavrarduino-uno

Read More
Difference between AVR's "ADC r18, r18" and "ROL r18"...


assemblycpu-architectureavrinstruction-setcarryflag

Read More
avr-gcc ATmega4809 problem with `.rodata` section...


gccavratmegaavr-gcc

Read More
AVR ATtiny1626 bizarre infinite interrupt problem...


cinterruptavravr-gccattiny

Read More
AVR Instruction Sets and "missing" instructions by device...


assemblyavrinstruction-set

Read More
Ugly Triple Indirection: Extensible Buffer Management Struct...


cparsingavrreadability

Read More
How can I unit test Arduino code?...


unit-testingembeddedarduinoavravr-gcc

Read More
AVR assembly - bit number to mask...


assemblyavrbitmaskattiny

Read More
Saturating addition optimization in avr-gcc...


coptimizationembeddedavravr-gcc

Read More
ATtiny816 Standby comparator wake on interupt...


c++arduinoembeddedavr

Read More
data segment of AVR store nonsense after compiling...


assemblyarduinoavr

Read More
AVR C code gets compiled successfully but in arduino ide it gives me error of missing functions...


carduinoavrarduino-ide

Read More
Interested in Device Programming. Where to Start...


microcontrollerlinux-device-driveravr

Read More
Atmega8 - Compile and link C and Assembly-files with one Makefile...


assemblymakefileembeddedavravr-gcc

Read More
Why do I need to put the millis() function inside the main loop to trigger the ISR?...


carduinoembeddedavr

Read More
AVR instructions LDS and STS 16 bit versions with GNU assembler...


assemblyavrgnu-assembler

Read More
C++ decrementing an element of a single-byte (volatile) array is not atomic! WHY? (Also: how do I fo...


c++arduinointerruptatomicavr

Read More
char arrays in PROGMEM...


cavravr-gccprogmem

Read More
When exactly is "error[E0793]: reference to packed field is unaligned" triggered?...


rustarduinoavrmemory-alignment

Read More
How to consider letter by letter of a string and compare them with if functions?...


cstringfunctionavratmega32

Read More
AVR128DB28 communication with SD card over SPI failed...


microcontrolleravrsd-cardspiavr-gcc

Read More
Register access suppresses otherwise possible optimization (avr-gcc)...


coptimizationembeddedavravr-gcc

Read More
libgcc subroutines documentation for avr-gcc...


assemblyavravr-gcclibgcc

Read More
How can I bind a variable to an unused AVR I/O register using avr-gcc?...


avravr-gcc

Read More
type of 'USART0_RX_vect' defaults to 'int' [enabled by default]...


cwarningscompiler-warningsavr

Read More
Why main() function gets executed again and again only when interrupt- ISR(ADC_vect) gets executed?...


arduinointerruptavrarduino-unoavr-gcc

Read More
AVR Timer Overflow ISR not running...


timerinterruptavrmcu

Read More
BackNext