Search code examples
In mplab xc8 IDE Is it safe use ei() the same way as the AVR Assembler sei()?...

avrpicavr-gccmicrochipxc8

Read More
dereferencing pointer to incomplete type error using strcmp...

cavrstrcmpatmel

Read More
Sublime Text Build System with multiple commands...

linuxmakefilesublimetext2avrbuild-system

Read More
AVR Assembly: Writing to arrays without returning anything...

arraysassemblyldavrcpu-registers

Read More
What's the difference/relationship between AVR and Arduino?...

hardwarearduinoavr

Read More
How to declare a matrix that is stored in PROGMEM...

cavratmega16codevisionavr

Read More
AVR half duplex receiver interrupt error...

interruptavruart

Read More
C variable variables...

cvariablesavr

Read More
AVR - Can't add Programmer on Eclipse...

eclipseavravrdude

Read More
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
Why is #define F_CPU have no effect on AVR code _delay_ms_() function?...

avrattiny

Read More
Is it possible to write a constexpr rounding function for AVR?...

c++roundingavrconstexpr

Read More
void pointer - Load structure from flash...

cpointersavr

Read More
Confused about dtostrf function...

carduinochardoubleavr

Read More
__builtin_avr_delay_cycles implementation explanation...

cassemblyembeddeddelayavr

Read More
When on 4 bit data mode, is it possible to use the other 4 bits for other stuff?...

cavrlcd

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

cembeddedavravr-gcc

Read More
how to connect a microcontroller to internet using a SIM card...

iotavrgsm

Read More
Arduino timer4 custom PWM issue...

arduinoavratmegaatmel

Read More
AVR Byte Storage...

assemblyavratmega

Read More
Analog measurement incorrect on Teensy 2.0++...

avradcteensy

Read More
What is __brkval for AVR, and where is it defined?...

cavr

Read More
How to get the 8 high bits of a 16-bit variable?...

cbit-manipulationavr

Read More
Why would printf with %p pointer format specifier print garbage chars on AVR instead of an address?...

cavr

Read More
How to know if the stack pointer has reached the last location in SRAM?...

assemblyavratmel

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

timerinterruptavravr-gccatmelstudio

Read More
How to choose proper watchdog timer value...

embeddedavrrtoswatchdog

Read More
AVR setting output repeatedly toggles the pin...

avr

Read More
How to alias or rename the register in gas or avr-as?...

assemblyavrgnu-assembler

Read More
BackNext