Top "Microcontroller" questions

This tag is related to questions that have something to do with a microcontroller.

Atmel AVR Disassembler

Can somebody suggest me any disassembler for Atmel AVR 8-bit microcontrollers? There are opensource projects for this? Thanx.

microcontroller avr disassembly atmel
UART vs I2C vs SPI for inter-processor communication between microcontrollers

I am examining a way to connect two microcontrollers. On the level of serialization I am thinking of using Nano …

embedded microcontroller i2c uart spi
How to use hardware NSS (SPI) on stm32f4?

So I tried to use hardware NSS signal with HAL library, but I can't find any function to make NSS …

arm microcontroller stm32 spi stm32f4discovery
Where to begin with programming for robotics?

Ok so i've been interested in robotics for a while and had a project in mind. Building a small remote …

java .net c microcontroller robotics
What language to learn for microcontroller programming?

I'm getting into microcontroller programming and have been hearing contrasting views. What language is most used in the industry for …

c embedded microcontroller
C: typedef union

didn't find anything in related questions. Most probably it's super noob, but I'll ask anyway/ I've got the following in …

c typedef microcontroller unions microchip
Using a rotary encoder with AVR Micro controller

I'm having trouble getting a rotary encoder to work properly with AVR micro controllers. The encoder is a mechanical ALPS …

microcontroller avr encoder atmega
Do interrupts interrupt other interrupts on Arduino?

I have an Arduino Uno (awesome little device!). It has two interrupts; let's call them 0 and 1. I attach a handler …

embedded microcontroller arduino interrupt interrupt-handling
USB device enumeration fails: "device descriptor read/64, error -32"

I'm developing a ttyACM device with ST microcontroller, and with the same code, my host could sometimes enumerate it successfully (…

linux linux-kernel usb embedded-linux microcontroller
AVR or PIC to start programming Microcontroller?

Which family should I start to learn? (Never did any programming on microcontroller)

embedded microcontroller