Search code examples
How stack pointer works...


c++arduinoavratmegaavr-gcc

Read More
Undefined reference to __mulhi3 when using sprintf() - AVR GCC in Code::Blocks on Windows...


codeblocksavrundefined-referenceavr-gcc

Read More
assign integer to C bitfield...


cbit-manipulationavr-gcc

Read More
Pulse width measurment...


avravr-gccatmegaatmelatmega16

Read More
avr-ld: avr:51 architecture of input file `main.o' is incompatible with avr output...


clinkeravratmegaavr-gcc

Read More
Disable code based on existence of Constructor...


c++avravr-gcc

Read More
How to rotate a matrix by 90 degrees in avr?...


avravr-gcc

Read More
Implicit conversion to float using avr-gcc: uint8_t vs. uint16_t...


c++arduinofloating-pointtype-conversionavr-gcc

Read More
crt0.o and crt1.o -- What's the difference?...


cgcclinkercrtavr-gcc

Read More
How to display a uint8_t as an integer or string?...


ctype-conversionavr-gccuint8tteensy

Read More
Atmel Studio override interrupt vector...


avravr-gccatmelstudio

Read More
How to make two otherwise identical pointer types incompatible...


cpointerstypesavr-gccharvard-architecture

Read More
Why setting uart to double speed mode when gives the right output and normal mode with same baud rat...


embeddedavratmegaavr-gccatmega16

Read More
AVR C how to stop interrupt...


cavravr-gcc

Read More
AVR ATmega keeps resetting while using printf before main loop...


cembeddedavrstdioavr-gcc

Read More
Error while using custom library "undefined reference" [AVR]...


eclipseavravr-gccavrdude

Read More
How to reserve a fixed flash section for data?...


cavravr-gccsectionsflash-memory

Read More
What does this mean? #define TIMER_PASTE_B(lft,t,rgt) lft##t##_##rgt...


cavr-gccattiny

Read More
Good way around initializer element is not constant error in C?...


cavravr-gcc

Read More
Building compile-time arbitrary length arrays in program memory for AVR...


c++carraysavr-gcc

Read More
atmega16 single port checking in while() loop or if()...


cmicrocontrolleratmegaavr-gcc

Read More
Why use 2 pointers to point to register address in atmega microcontroller?...


cpointersavratmegaavr-gcc

Read More
Linking multiple object files into a binary AVR GCC...


cbatch-filelinkerembeddedavr-gcc

Read More
Can I display disassembly code along with symbols from the .bss section only?...


avr-gccobjdump

Read More
avr-gcc not seeing "const" modifier with PROGMEM...


cgccavravr-gcc

Read More
Why "Impossible constraint" with a typed 8-bit constant but not with an equivalent #define...


c++inline-assemblyavr-gcc

Read More
avr-gcc: loop with >= faster than > check...


cperformanceavr-gcc

Read More
AVR ATmega32U4 Timer compare interrupt not triggering...


timeravratmegaavr-gccavrdude

Read More
avr-gcc ELF different between CMake and command line...


cmakecross-compilingavr-gcc

Read More
How to implement a compile-time [dispatch] table for AVR?...


compile-timeavr-gcc

Read More
BackNext