Search code examples
Unable to compile TinyOs applications with avr-gcc 4.2.1 but able to compile with avr-gcc 3.3...


gccavravr-gccbinutilstinyos

Read More
How can i add a architecture which is available in new version of gcc to a old version of gcc?...


gcccross-compilingavratmegaavr-gcc

Read More
How to fix "Section .vectors overlaps section .data " | Adding ATmega1281 Support to Compi...


cross-compilinglibcatmegaavr-gccgcc3

Read More
AVR uint8_t doesn't get correct value...


cembeddedavravr-gcc

Read More
Setting a flag does not work in my timer Interrupt (while the Interrupt is working)...


timerinterruptavravr-gccatmelstudio

Read More
Arduino impulse counter...


arduinoavrarduino-unoavr-gcc

Read More
Random segfaults when compiling with Atmel Studio with avr-gcc...


avr-gccatmelstudio

Read More
flash arduino micro using code::blocks and avr-dude...


carduinocodeblocksavr-gcc

Read More
convert uint16_t hexadecimal number to decimal in C...


cavr-gcc

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