Search code examples
Arduino AVR C++: Simple USB HID multimedia keyboard based upon standard keyboard class...


c++arduinokeyboardavr

Read More
How to verify the TIMER2 overflow frequency in AVR ATmega328P?...


cembeddedavratmegaavr-gcc

Read More
AVR ATmega32A USART library isn't working...


avratmegausart

Read More
I'm hitting a wall with this tinyAVR programmer stick I'm using to program AVR ATtiny85 chip...


avr

Read More
ATtiny85 PINB is randomly blinking...


c++avrattiny

Read More
Self-written micros() for ATtiny13A works 10x slower...


avrmicrochipatmelatmelstudioattiny

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


assemblymakefileembeddedavravr-gcc

Read More
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
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
BackNext