Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in avr

Why are functions executed in the order they are defined and not in the order they are called from the int main() in avr-c?

c avr atmega avr-gcc

How to add header files in Atmel Studio 6

Why do we add an Offset when addressing DDRx ,PORTx in avr?

arduino avr avr-gcc atmel

AVR inline assembly: registers to variables?

gcc assembly avr avr-gcc

Avr asm label*2

assembly avr avr-gcc

Storing Large Integers/Values in an Embedded System

c embedded avr avr-gcc

Why does avr-gcc bother to save the register state when calling main()?

avrdude: error: buffered memory access not supported

Why is this code generated to dereference a float pointer?

c gcc avr avr-gcc

Why we use PIN & (1<<PBx) to check if PIN is high?

MOV into a register specified by macro argument

Am I overflowing my AVR's flash memory with a program that's too big?

avr flash-memory

rotary encoder overflow prevention

Using Visual Studio to code for AVR

Why are different pointers and void pointers being used by these functions?

c pointers avr atmega eeprom

Best practice for passing primitive data type in C++ function

Does AVR-GCC properly work with 16-bit AVR I/O registers?

avr avr-gcc