Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in avr

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

char arrays in PROGMEM

c avr avr-gcc progmem

Random number generator in assembly code

assembly random avr

GCC produces unneccessary register pushes for simple ISR on AVR

c++ avr

Moving data into __uint24 with assembly

Why can't I change the PWM output pin in ATTINY1616?

AVR Instruction Sets and "missing" instructions by device

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

c embedded avr avr-gcc usart

Where is the offset of the Y register from the call/stack frame in avr-gcc coming from?

How to port pgm_read_byte macro (AVR-GCC) to Mircrochip C18 Compiler?

c assembly embedded avr avr-gcc