FITFLOP
Home

avr (4 post)


posts by category not found!

AVR-GCC Unexpected interrupt lattency

Unmasking the Mystery Unexpected Interrupt Latency in AVR GCC Working with interrupts in embedded systems is crucial for achieving responsiveness and efficiency

3 min read 07-10-2024 113
AVR-GCC Unexpected interrupt lattency
AVR-GCC Unexpected interrupt lattency

RTOS on ATtiny85, 8 bit MCU. Is it possible?

Can You Run an RTOS on an A Ttiny85 Exploring Real Time Operating Systems on Tiny MCUs The A Ttiny85 is a popular low cost 8 bit microcontroller known for its s

2 min read 05-10-2024 49
RTOS on ATtiny85, 8 bit MCU. Is it possible?
RTOS on ATtiny85, 8 bit MCU. Is it possible?

When exactly is "error[E0793]: reference to packed field is unaligned" triggered?

Demystifying Rusts error E0793 reference to packed field is unaligned Have you ever encountered the cryptic error error E0793 reference to packed field is unali

2 min read 03-10-2024 120
When exactly is "error[E0793]: reference to packed field is unaligned" triggered?
When exactly is "error[E0793]: reference to packed field is unaligned" triggered?

char arrays in PROGMEM

Storing Strings Efficiently in PROGMEM A Guide to char Arrays in AVR Microcontrollers When working with AVR microcontrollers memory is often a precious resource

2 min read 02-10-2024 55
char arrays in PROGMEM
char arrays in PROGMEM