Tagged Questions

This tag is related to questions that have something to do with a microcontroller. A microcontroller is a simple or small processor often with its program and execution memory on the same chip with input/output pins for controlling other hardware. Please specify the microcontroller and compiler or tools related to your question.

learn more… | top users | synonyms

85
votes
11answers
2k views

How are everyday machines programmed?

I'm an undergraduate CS student, and I'm currently taking my required Operating Systems course. I originally thought the material would be quite dry, but to my surprise I'm really interested in it. ...
34
votes
15answers
5k views

How to start programming a microcontroller?

I have developed software in C++, Java, PHP, .NET and now I am interesting to learn to program material things. I would like to program a system that could interact with IR, LCD and to be able to ...
26
votes
13answers
3k views

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 embed system programming. After asking the initial question, I wonder which hardware / ...
24
votes
20answers
8k views

AVR or PIC to start programming Microcontroller?

Which family should I start to learn? (Never did any programming on microcontroller)
23
votes
15answers
1k views

What microprocessor for experimentation?

I harbor a secret fantasy (oops, not so secret anymore) to build a simple computer from scratch. I'm looking for an easy-to-use microprocessor to start with. I know about the usual suspects such as ...
21
votes
10answers
3k views

How can I make my own microcontroller?

How can I make my own microcontroller? I've done some work using GAL chips and programmed a chip to do simple commands such as add, load, move, xor, and output, but I'd like to do something more like ...
20
votes
12answers
2k views

What are the available interactive languages that run in tiny memory?

I am looking for general purpose programming languages that have an interactive (live coding) prompt work in 32 KB of RAM by itself or 8 KB when the compiler is hosted on a separate machine run on a ...
20
votes
20answers
2k views

Best way to get started with programming other things than your computer?

What is the best way to get started with programming things outside of your computer? I don't mean mainstream things like cell phones with APIs. Please assume working knowledge of C/C++
15
votes
13answers
1k views

Which embedded (microcontroller) platform to move to

I have been programming with 8bit PICs for quite some time but now need to move to something more powerful. I would like a family of chips that: I can get a good (free) IDE for Solderable packages, ...
14
votes
10answers
666 views

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 controlled vehicle-robot/ unmanned vehicle-robot. Hopefully with the ability to read in data from ...
13
votes
7answers
599 views

Where can I find soft-multiply and divide algorithms?

I'm working on a micro-controller without hardware multiply and divide. I need to cook up software algorithms for these basic operations that are a nice balance of compact size and efficiency. My C ...
13
votes
15answers
1k views

Getting Started With Programming PICs (or similar products)

How do I get started with programming PICs (or similar products)? Preferably in C. What are some good beginner kits, tutorials, books, etc.? Maybe some little robotic project ideas.
12
votes
2answers
353 views

Why does uint16_t make a difference here?

volatile uint16_t r; unsigned char poly = 0x07; unsigned char c = 0; r = (c << 8) ^ poly; When the code is compiled with gcc on Linux, r is 7. When the same code is compiled by Microchip C18, ...
12
votes
7answers
801 views

USB programming

I want to program a microcontroller (AVR) to control some leds through USB. It's just out of interest in how to build and program USB devices. There are some AVR microcontrollers that support the USB ...
12
votes
6answers
2k views

Microcontroller + Verilog/VHDL simulator?

Over the years I've worked on a number of microcontroller-based projects; mostly with Microchip's PICs. I've used various microcontroller simulators, and while they can be very helpful at times, I ...
11
votes
6answers
708 views

How hard is it for a software developer to learn how to program a microcontroller?

I'm a software developer. I've been programming in high level languages for a few years. I would like to know, how to take my first step into programming hardware. Not something crazy complicated, ...
11
votes
11answers
1k views

Resources for getting into microcontroller programming

Recently I've been playing with an Arduino board as one of my hobbies, I'm having lots of fun with it and I'd like to get into circuits etc in a much bigger way. I've done a lot of research on various ...
10
votes
16answers
841 views

Alternative languages for embedded programming

I`m looking for alternatives programming languages (from assembly, C, C++ and basic) to embedded (microcontroller) programming. Is it possible for example, to programm microcontrollers in C# or Java? ...
10
votes
12answers
9k views

Beginner-level Embedded Systems Projects?

A student of mine came to me this morning and asked for some ideas for an embedded systems (ideally hardware+software design) project to be completed in the next 6 months or so. He's a freshman, and ...
9
votes
1answer
865 views

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 to interrupt 0 and a different one to interrupt 1, using attachInterrupt() : ...
9
votes
9answers
608 views

PWM pin of microcontroller, what is it for?

I always see PWM pin in microcontrollers, like in PIC what is/are the use of it?
9
votes
6answers
1k views

What microcontroller (and other components) would I need to create a timer device?

As a hobby project to keep myself out of trouble, I'd like to build a little programmer timer device. It will basically accept a program which is a list of times and then count down from each time. ...
9
votes
4answers
1k views

Unit testing patterns for microcontroller C code

Although there are plenty of unit test frameworks that support C, I'm a little stumped on how to write unit tests for micro controller code (PIC in my case, but I think the question is more general ...
9
votes
18answers
2k views

What did you develop using a microcontroller?

I've always been fascinated by microcontrollers and I'm planning to do a few hobby projects just to satisfy my inner geek :) I'm looking for ideas and motivation, so what did you develop using a ...
9
votes
5answers
7k views

Windows - Power off an usb device in software

I would like to power cycle an usb device through software on windows. I am doing development on a small usb power microcontroller. This chip will revert to native behavior on a power cycle and ...
8
votes
9answers
170 views

Electronic components programming questions

Could anyone give me very general idea of how elements like air conditioning controllers so the parts where in a car you setting up temperature, with led displays etc are programmed nowadays? So ...
8
votes
11answers
11k views

Best toolchain/IDE for ARM Cortex-M3 mcu?

There are quite a few IDE available for ARM, which one's good? What's your experience with anyone of them? Keil™ RealView® MDKARM IAR Systems Embedded Workbench® CodeSourcery G++ GNU Code Red ...
8
votes
10answers
2k views

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 microcontroller programming? Is this what you use in your own work? ...
8
votes
11answers
5k views

Graphics library for embedded systems without Linux?

It seems that any kind of graphic library like DirectFB or MiniGui requires some sort of underlying operation system like Linux or uClinux. I am challenged with writing a software for a micro ...
7
votes
4answers
510 views

How to throttle Interrupt Driven UART transmission PIC24H?

I am transmitting data from my PIC24H microcontroller over 460Kbaud UART to a bluetooth radio module. Under most conditions, this flow works just fine and the bluetooth module uses CTS and RTS lines ...
7
votes
5answers
208 views

Specialised algorithm to find positiv real solutions to quartic equations?

I'm looking for a specialised algorithm to find positive real solutions to quartic equations with real coefficients (also know as bi-quadratic or polynomial equations of order 4). They have the form: ...
7
votes
5answers
325 views

In Microchip C18, why does the insertion of a NOP cause much larger code?

I have some code in an ISR. The code is given for completeness, the question is only about the commented-out _asm block. Without the _asm block, this is compiled into 82 instructions. With the _asm ...
7
votes
1answer
356 views

Can I make a function that accepts both ram and rom pointers in Microchip C18?

When I declare a function that accepts const char* and I pass a string literal, I get a Warning: [2066] type qualifier mismatch in assignment because string literals are rom const char*. It's ...
7
votes
3answers
545 views

What are some available software tools used in testing firmware today?

I'm a software engineer who will/may be hired as a firmware test engineer. I just want to get an idea of some software tools available in the market used in testing firmware. Can you state them and ...
7
votes
6answers
363 views

Any tips for dealing with a very small stack?

I was wondering if any developers in the embedded space know of any interesting tricks to help lessen the pain of developing for microcontrollers with very limited stack space. I've recently been ...
7
votes
7answers
290 views

Starting hardware development

I am looking to start simple hardware development, and hopefully progress enough to learn from reverse engineering. I would like to start with a micro-controller and have a few in mind, such as Mbed ...
6
votes
4answers
592 views

“printf” in microcontroller, what is it for?

I see "printf" instruction in sample codes of c language for microcontroller particularly in 8051. Since microcontrollers has no fixed output display what is the use of the "printf" instruction?
6
votes
3answers
271 views

Building an USB peripherial

I would like to control an RC model via USB from my computer. I don't need a real radio control, so controlling the servos directly through cables is sufficitent (yes, there will be cables between the ...
6
votes
6answers
730 views

linear interpolation on 8bit microcontroller

I need to do a linear interpolation over time between two values on an 8 bit PIC microcontroller (Specifically 16F627A but that shouldn't matter) using PIC assembly language. Although I'm looking for ...
6
votes
7answers
552 views

Do you think you need some simple tutorials on Microcontroller programming?

This is not 100% programming related. But I think this is somewhat useful because it is addressing a minority in the SO community. Microcontroller programming is one of the interesting areas in ...
6
votes
8answers
3k views

Is the .NET Micro Framework a good way to start with embedded programming?

How does the .NET Micro Framework with a dev board compare to something like an Arduino, or Nintendo DS for starting with embedded programming?
5
votes
4answers
143 views

What are traps?

There are many different types of traps listed in processor datasheets, e.g. BusFault, MemManage Fault, Usage Fault and Address Error. What is their purpose? How can they be utilized in fault ...
5
votes
2answers
213 views

Relevant microcontroller specs for (very) simple image processing

My and my fellow students are deciding on a choosing a simple microcontroller to do very basic image processing. We are basically trying to implement template matching to find a set of objects in ...
5
votes
4answers
420 views

How can I getting start microcontroller programming?

I have programming in high level language for several years, but recently I want do some adventage on hardware, I wish I can DIY some funny toys for my son. At first, I thought embedded system is ...
5
votes
9answers
564 views

Converting to ASCII in C

Using a microcontroller (PIC18F4580), I need to collect data and send it to an SD card for later analysis. The data it collects will have values between 0 and 1023, or 0x0 and 0x3FF. So what I need ...
5
votes
3answers
1k views

PIC Assembly function calling

I'm writing a pretty basic program in PIC18 assembly. It requires that I write a subroutine to multiply two 16-bit numbers... This is what I have right now: ...
5
votes
3answers
492 views

8051 microcontroller kit recommendation?

I'm a first year Computer Science student looking to get started with development for micro-controllers. I'd like to use the 8051, as it's common as dirt, and is used frequently in the real world. ...
5
votes
11answers
639 views

Is this C function written in poor form?

char byte_to_ascii(char value_to_convert, volatile char *converted_value) { if (value_to_convert < 10) { return (value_to_convert + 48); } else { char a = value_to_convert / 10; double x = ...
5
votes
11answers
2k views

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)? It could be generated from source code (not ideal), object code (prefered solution), ...
4
votes
4answers
106 views

How to make a !default case in C

On a micro-controller program I have a few instructions that I would like to execute for every case in a switch except the default. I do not, however, want to write a function call or use a macro for ...

1 2 3 4 5 8