This tag is related to questions that have something to do with a microcontroller.
I'm working with a ATmega128 microcontroller and supposedly need to add two 16-bit numbers. I'm using AVR Studio and this …
assembly microcontroller atmelWhat is the size of integer in 8-bit, 16-bit, 32-bit processors/microcontrollers ? I guess it depends on the internal accumulator/…
integer microcontroller processor microprocessorsI am wondering if anyone is familiar with any STM32f10x micro-controllers? If so, I am having some problems …
c++ c microcontroller can-bus stm32I'm a software engineer who will/may be hired as a firmware test engineer. I just want to get an …
testing embedded microcontroller firmwareI am working on STM32l151rct6a by stm, I have stumbled upon these MACRO definitions __CC_ARM, __ICCARM__, __…
c data-structures embedded microcontrollerI always see PWM pin in microcontrollers, like in PIC what is/are the use of it?
embedded microcontrollerIs it possible to compile C/C++ code for the ARM Cortex M3 (LPC1768) using vanilla GCC with the --target …
gcc embedded arm microcontroller cortex-m3I've been experimenting with the STM32-DISCOVERY a lot lately, but I'm not sure what's the best way to really …
c microcontroller stm32 discoveryI have an STM32F102 microcontroller and I want to program it via the Serial Port. While there is a …
linux embedded microcontroller stm32I am working in embedded system domain. I would like to know how a code gets executed from a microcontroller(…
c embedded microcontroller