Top "Microcontroller" questions

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

Individually read distinct inputs with STM32F0 ADC

STM32F072CBU microcontroller. I have multiple inputs to the ADC and would like to read them individually and separately. …

c stm32 microcontroller adc stm32f0
Converting to ASCII in C

Using a microcontroller (PIC18F4580), I need to collect data and send it to an SD card for later analysis. …

c embedded ascii microcontroller
Using Microhip's MLDP data streaming from Android or iOS

Microchip defined a way to stream data over BlueTooth low energy (BLE) and called it MLDP (Microchip Low-energy Data Profile). …

bluetooth-lowenergy microcontroller android-bluetooth ios-bluetooth
STM32 ADC Continuous Conv Mode does not automatically start conversion

I am trying to configure ADC over a STM32F411RE in simple Continuous Conv Mode. I used CubeMX to …

gcc arm microcontroller stm32 adc
How can I send a string serially from an 8051 only ONCE?

I am making an 8051 microcontroller communicate wirelessly with a computer. The microcontroller will send a string to its serial port (…

c embedded serial-port microcontroller 8051
Uploading Arduino hex file using avrdude

I need to use avrdude from a terminal to upload the compiled Arduino sketch (.hex file) to my Arduino Pro …

c++ arduino microcontroller avrdude
Does it matter which microcontroller to use for 1st time embed system programmer?

I've experience in doing desktop and web programming for a few years. I would like to move onto doing some …

embedded microcontroller arduino codewarrior avr-studio4
How to quickly broadcast information with a XBee to other XBee?

I am using several XBee Zigbee with some Arduino modules (or microcontrollers, Arduino is not mandatory). I configured my XBees …

embedded arduino microcontroller zigbee xbee
Delay on PIC18F

I'm using a PIC18F14K50 with HiTech ANSI C Compiler and MPLAB v8.43. My PIC code is finally up …

c delay microcontroller pic18 mplab
Call tree for embedded software

Does anyone know some tools to create a call tree for C application that will run on a microcontroller (Cortex-M3)? …

c embedded stack microcontroller