Tagged Questions

84
votes
15answers
12k views

How do you set, clear and toggle a single bit in C?

How to set, clear and toggle a bit in C?
31
votes
22answers
2k views

How do I get started in embedded programing?

I would like to get started in embedded systems programming but don't know where to start...I have a very solid knowledge of C and C++ and would preferably like to use these languages with the GNU …
29
votes
19answers
3k views

Unit Testing C Code

I worked on an embedded system this summer written in straight C. It was an existing project that the company I work for had taken over. I have become quite accustomed to writing unit tests in Java …
28
votes
26answers
2k views

Is there any reason to use C instead of C++ for embedded development?

Question I have two compilers on my hardware C++ and C89 I'm thinking about using C++ with classes but without polymorphism (to avoid vtables). The main reasons I’d like to use C++ are: I prefer …
25
votes
13answers
727 views

Power Efficient Software Coding

In a typical handheld/portable embedded system device Battery life is a major concern in design of H/W, S/W and the features the device can support. From the Software programming perspective, one is …
21
votes
16answers
1k views

How do you implement a class in C?

Assuming I have to use C (no C++ or object oriented compilers) and I don't have dynamic memory allocation, what are some techniques I can use to implement a class, or a good approximation of a class? …
20
votes
12answers
983 views

C++: optimizing member variable order?

I was reading a blog post by a game coder for Introversion and he is busily trying to squeeze every CPU tick he can out of the code. One trick he mentions off-hand is to "re-order the member …
19
votes
10answers
527 views

Embedded Programming Patterns

What patterns have you come across as being used frequently with successful results? Is there a resource of patterns used in embedded programming? Most patterns books such as the GOF book focus on …
19
votes
17answers
840 views

Embedded systems worst practices?

What would you consider "worst practices" to follow when developing an embedded system? Some of my ideas of what not to do are: Avoid abstracting the hardware layer, instead spreading hardware …
18
votes
6answers
2k views

Programming on a Nintendo DS

I was reading this answer previously and it got me interested in purchasing a Nintendo DS Lite for learning to program embedded devices. Before I go out and splurge on a DS I had a few questions: …
17
votes
12answers
418 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 …
16
votes
10answers
683 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 …
16
votes
15answers
1k views

Memory Efficient Programming

What are some best practice for "Memory Efficient C programming". Mostly for embedded/mobile device what should be the guidelines for having low memory consumptions ? I guess there should be …
16
votes
18answers
2k views

AVR or PIC to start programming Microcontroller?

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

Test Automation with Embedded Hardware

Has anyone had success automating testing directly on embedded hardware? Specifically, I am thinking of automating a battery of unit tests for hardware layer modules. We need to have greater …

1 2 3 4 5 37 next
15 30 50 per page