Search code examples
Is there a bug when bit-shifting on the avr-gcc compiler?...

avr-gcc

Read More
ATmega328P EEPROM not writing...

carduinoavrarduino-unoavr-gcc

Read More
Casting a constant to a pointer increases .data size by 1000 bytes...

carduinoavrarduino-unoavr-gcc

Read More
Why are functions executed in the order they are defined and not in the order they are called from t...

cavratmegaavr-gcc

Read More
Unexpected Timer/Counter B interrupt frequency on ATtiny204...

cavr-gccatmelstudioattiny

Read More
AVR: Creating and understanding minimum startup code and linker scripts from scratch...

assemblystartupldavravr-gcc

Read More
figure out flash access AVR ATmega2560...

cassemblyarduinoavravr-gcc

Read More
Why AVR-GCC compilers append a "clr r1" line after multiplication?...

cembeddedavravr-gcc

Read More
How can I prevent GCC from optimizing out a busy wait loop?...

coptimizationgccavr-gcc

Read More
C++ Standard compliance in AVR-GCC...

c++arduinoavr-gccstd

Read More
How to make a ir send 38 Khz carrier avr attiny2313v...

assemblyavravr-gcc

Read More
DWARF line number data for simple AVR program (produced by GCC) doesn't seem right...

cgccavravr-gccdwarf

Read More
My `avr_hal` rust project fails to link with `libc_alloc` if I trying to use something using `alloc`...

rustembeddedavr-gcc

Read More
Program behaves differently at different optimisation levels...

cembeddedavravr-gcc

Read More
Where are avr-gcc libraries stored?...

cmicrocontrolleravravr-gccavrdude

Read More
Sending mutiple characters using USART1 on an atmega4809 results in 0xFF to be send...

cembeddedavravr-gccusart

Read More
avr-objdump producing incorrect output with g++ -flto...

c++assemblyavravr-gccobjdump

Read More
Writing a parser like Flex/Bison that is usable on 8-bit embedded systems...

parsingembeddedbisonflex-lexeravr-gcc

Read More
Invalid opcode 0xFFFF at PC=0xBE78 in Proteus simul when i call the ISR(USART_RX_vect){}...

cavravr-gccproteus

Read More
.eep file generation in MPLAB X...

avr-gccmplabeeprom

Read More
crtatmega328p.o:(.init9+0x0): undefined reference to "main"...

gcccompilationundefined-referenceavr-gccatmega32

Read More
Why can't AVR interrupt vectors be '__attribute__((weak))'?...

interruptavr-gcc

Read More
Moving data into __uint24 with assembly...

cassemblyavrinline-assemblyavr-gcc

Read More
Problems with printf() on AVR in C with floating-point...

cavr-gcc

Read More
How can I visualise the memory (SRAM) usage of an AVR program?...

debuggingmemoryembeddedavravr-gcc

Read More
unsigned integer devision rounding AVR GCC...

roundingavravr-gccunsigned-integerfloor

Read More
const static char assignment with PROGMEM causes error in avr-g++ 5.4.0...

avr-gcc

Read More
Why I get different result from serial port after this bitwise operation?...

arduinobitwise-operatorsavratmelavr-gcc

Read More
why the number of vector of INT0 is 1 not 2 as datasheet?...

embeddedinterruptavravr-gcc

Read More
Why do MCU compilers for chips like AVR or ESP (used widely by Arduino) keep all strings in SRAM hea...

carduinocompiler-constructionavr-gccarduino-esp32

Read More
BackNext