Tagged Questions
The embedded-systems tag has no wiki summary.
226
votes
15answers
85k views
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.
...
53
votes
23answers
8k views
How do I get started in embedded programming?
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 ...
38
votes
15answers
1k 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 ...
29
votes
6answers
3k views
Learning kernel hacking and embedded development at home?
I was always attracted to the world of kernel hacking and embedded systems.
Has anyone got good tutorials (+easily available hardware) on starting to mess with such stuff?
Something like kits for ...
15
votes
23answers
898 views
C (or any) compilers deterministic performance
Whilst working on a recent project, I was visited by a customer QA representitive, who asked me a question that I hadn't really considered before:
How do you know that the compiler you are using ...
14
votes
6answers
7k views
What is a jump table?
Can someone explain the mechanics of a jump table and why is would be needed in embedded systems?
12
votes
11answers
3k views
To write a bootloader in C or C++?
I am writing a program, more specifically a bootloader, for an embedded system. I am going to use a C library to interact with some of the hardware components and I have the choice of writing it ...
12
votes
8answers
2k views
What are the best practices for embedded systems development?
Embedded software development has its own set of unique development challenges. What best practices have you found that work and what practices do not work so well?
For example,
I have found that:
...
11
votes
11answers
14k views
Is there an alternative to using % (modulus) in C/C++?
I read somewhere once that the modulus operator is inefficient on small embedded devices such as 8 bit micros without integer division operator. Perhaps someone can confirm this but I thought the ...
10
votes
7answers
652 views
When should I use type abstraction in embedded systems
I've worked on a number of different embedded systems. They have all used typedefs (or #defines) for types such as UINT32.
This is a good technique as it drives home the size of the type to the ...
9
votes
6answers
399 views
What's an efficient implementation of Conway's Game of Life for low memory uses?
I'm looking for a fast and memory efficient approach for implementing Conway's Game of Life.
Constraints: a 96x128 board, approximately 2kB RAM available and 52MHz processor (see the tech specs here: ...
4
votes
2answers
166 views
How does the in-application programming for ARM (Cortex M3) work?
I'm working on a custom Cortex-M3-based device and I need to implement in-application programming (IAP) mechanism so that it will be possible to update the device firmware without JTAG (we'll use TFTP ...
4
votes
4answers
483 views
Basic question regarding ROM based executable
I have basic doubt regarding executable stored in ROM.
As I know the executable with text and RO attributes is stored in ROM. Question is as ROM is for Read Only Memory, what happens if there is ...
4
votes
8answers
279 views
developing embedded software library
I'm in the process of developing a software library to be used for embedded systems like an ARM chip or a TI DSP (for mostly embedded systems, but it would also be nice if it could also be used in a ...
4
votes
2answers
524 views
Web Interface identical to Qt user interface
I'm working on a embedded system with a display. The user interface was developed using Qt.
How can I develop a web interface that looks identical to the existing Qt interface, and gives the same ...
4
votes
12answers
1k views
Embedded system projects for experienced programmer
I had been working as an embedded systems software engineer for 5 years (more of CAN and core level programming, I2C, SPI) and I took up a graduate program. Currently I work as an application software ...
4
votes
5answers
2k views
Misra standard for embedded software
Hi
I have a requirement to make a large amount of code MISRA compliant.
First question: Can somebody to give an estimation for passing well written code for embedded system based on experience. I ...
3
votes
10answers
611 views
Function pointers in embedded systems, are they useful?
In an interview they asked me if using function pointers would be beneficial (in terms of speed) when writing code for embedded systems? If so what is the benefit? Speed, readability, maintenance?
3
votes
2answers
129 views
Gadzooks! Architectures abound! Looking for an embedded processor/controller taxonomy
I am looking for a taxonomy of embedded processors. Which processors belong to which families? Who decends from whom?
Does anyone here know of a simple article that describes it?
3
votes
4answers
311 views
How to support multiple languages on a microcontroller?
I'm currently working on upgrading a product for the Chinese market. The target is a ARMTDMI7 with a QVGA display. Most resources I've located on the net are targeted at desktop or web programming ...
2
votes
0answers
48 views
OpenCV porting for ARM9
I'm new to embedded software, I want to build a Image processing application for my AT91SAM9261-EK development board by Atmel. To make it simple i want to use the OpenCV functions, but i'm not sure ...
2
votes
1answer
168 views
JavaScript in microships/embedded systems like robots/microwaves
Is there any product out on the market that uses JavaScript as the main language? For example a microwave that uses JavaScript, an embedded system that use JavaScript as their scripting language, a ...
2
votes
1answer
731 views
Debugging Cortex M3 (ARM) Embedded - How do you tell what ISR is being run from xPSR.ISR?
I am debugging a piece of firmware on an arm-family cpu (Cortex M3).
The debugger shows the CPU registers, including one called 'xPSR' which includes a sub-field called 'ISR'. The mode in the CPU ...
2
votes
1answer
176 views
How to receive packets on the MCU's serial port?
Consider this code running on my microcontroller unit(MCU):
while(1){
do_stuff;
if(packet_from_PC)
send_data_via_gpio(new_packet); //send via general purpose i/o pins
else
...
2
votes
2answers
202 views
What is the best embedded system board/chip combination for video pass through with a HTML overlay
I am trying to build a proof of concept for a consumer electronic product that will have a video input & output, but will output with an HTML overlay on part of the screen.
Does anyone know of ...
2
votes
7answers
2k views
Rollover safe timer (tick) comparisons
I have a counter in hardware that I can observe for timing considerations. It counts miliseconds and is stored in a 16 bit unsigned value. How do I safely check if a timer value has passed a certain ...
2
votes
9answers
1k views
GPS and Embedded Development - Where to find resources?
I'm just starting to design some embedded devices, and am looking for resources.
What I want to be able to do is to connect a GPS receiver to a lightweight SBC or mini-ITX, x86-based computer, and ...
1
vote
2answers
127 views
What should I read when I design Robotic Arm control System (Software Engineering books ?)? [closed]
We're Designing a Robotic Arm Control system and it's divided into 2 parts one is at the PC (motion planning, Human interface control) second is at Micro-Controllers (Low level control of motors ...
1
vote
1answer
117 views
Embedded System: Which platform or board?
I want to build a portable system / device for processing guitar effects (own pod)
I need:
touchscreen (as main input)
ssd / sd card or other?
intel pentium i3,5,7? (needs power for processing ...
1
vote
3answers
180 views
Embedded System: which OS should I use?
I am planning to build my embedded system for processing the sound of my guitar, like a pod, with input and output and so on and a system running with a program with presets, options etc in a small ...
1
vote
0answers
602 views
Programmable Wifi Relay / Power Switch?
I'm toying with the idea of a pet project..
I wanna make our coffee machine remote controlled by a web interface.
The idea is to hit a "make me coffee button" and have it poll the router get the MAC ...
1
vote
3answers
306 views
zigbee and embedded system
I'm new with zigbee i need you to help me learn about it and know how to implement an embedded system using it
thanks in advance
1
vote
1answer
423 views
Media recommendation engine - Single user system - How to start
I want to implement a media recommendation engine. I saw a similar posts on this, but I think my requirements are bit different from those, so posting here.
Here is the deal.
I want to implement a ...
1
vote
2answers
635 views
Advantages of Thread pooling in embedded systems
I am looking at the advantages of threadpooling design pattern in Embedded systems.
I have listed few advantages, please go through them, comment and please suggest any other possible advantages that ...
1
vote
2answers
2k views
ARM vs X86 : How to make a choice?
I have recently seen 32 bit ARM processors. I wonder why we can't construct a desktop computer using it. In that case how it differ from X86 ? Do the ARM architecture consume less power ..is it the ...
1
vote
1answer
91 views
Activate Item on Button Press or Button Release
I have a simple GUI that I am developing for an embedded system. The menus can be navigated with the up/down keys and an item can be activated by pressing a confirm key. Presently there are no double ...
1
vote
2answers
928 views
Checking network status and controlling PPP in a program
So I'm running PPP under linux with a cellular modem. The program I'm writing needs to know if the link is active before sending any data.
What are my options to check
if the link is available
if ...
0
votes
2answers
42 views
After requesting a TCP connection request to a server, can client receive the reply on another port generated by server at its end
When TCP client requests conn'n on server's listening port, server will accept it and create a new port meant for this conn'n with this client. Hence forth the client will communicate with server on ...
0
votes
0answers
60 views
Request for a code quality check on an integer to string function written in C [closed]
For an embedded systems class, I had to write an integer to string function. I tried to make it as clear and versitile as possible, but I still know it's pretty noob-ish.
Does anyone have any ...
0
votes
1answer
123 views
Syntax using void pointers for functions and structs in simple kernel on an embedded system
I'm writing an extremely simple kernel for an embedded systems class. The board is the TI Stellaris EKI-LM3S8962. It runs C and has an OLED display. I am having issues with void pointers and ...
0
votes
5answers
122 views
Is there a good embedded system that can run Linux? [closed]
I remember one such popular hardware. It was small, had USB ports, etc. and could run some descent Linux. I can't recall its name at all. It is like Arduino, but only more powerful.
My requirement is ...
0
votes
0answers
57 views
Unaligned data with Vmem file
I am using Icarus Verilog to simulate a 32-bit processor with 32-bit register size. When I convert my executable files to a VMEM file I get the following warning message:
The VMem output format ...
0
votes
1answer
97 views
Bonnie test gives variable results
When I run bonnie test on my embedded device the results are variable between the runs. My question is how can I reduce this variability?
0
votes
2answers
201 views
How to decide system requirements for embedded systems application/software
How should I decide system requirements like:
RAM capacity
FLASH memory capacity
Processor frequency
etc
I am building an application to control NAND FLASH, LCD driver, UART control, keypad ...
0
votes
2answers
71 views
Why are mobile OS'es still tied to vendors? [closed]
Modern mobile phones have come far since their beginnings over 30 years ago. Especially smartphones, which are essentially miniature PC's, capable of all the same things, if at a bit slower pace. So ...
0
votes
1answer
476 views
All the ways you can switch from arm mode to thumb mode in the ARM architecture list them and explain in detail?
I could not able to find anser for this question. Can u able to tell me hen the ARM architecture switch from arm mode to thumb mode and explain all the ays of switching
0
votes
3answers
81 views
Books for Operation Systems, Protocols [closed]
I am interested in learning in depth about operating systems - especially embedded OSs and the protocol stacks they support like Ethernet, Bluetooth, Serial, IRDA, etc....
Is there a comprehensive ...
0
votes
1answer
70 views
Is there some http GET response that I can add to fix an encoding problem on the client web browser?
I have an embedded web server written in C using uIP libraries, in a microcontroller, which outputs the following static text in response to an http get. It is shown below as a C literal string:
...
0
votes
2answers
161 views
Interested in embedded systems. Where to begin? [closed]
Possible Duplicates:
Need some ignition for learning Embedded Systems
How do I get started in embedded programing?
Hello,
i'm a computer systems engineering student. i'm interested in ...