Tagged Questions
Firmware is one of the most often used terms to denote the fixed programs and/or data structures that internally control an electronic device.
16
votes
4answers
1k views
A good serial communications protocol/stack for embedded devices?
After writing several different custom serial protocols for various projects, I've started to become frustrated with re-inventing the wheel every time. In lieu of continuing to develop custom ...
13
votes
9answers
1k views
What can firmware engineers learn from software engineers?
Judging from my knowledge of the history of firmware engineering tools, practices etc. It has consistently lagged behind the software engineering field by several years. For example, as far as I can ...
12
votes
8answers
3k views
Experiences with (free) embedded TCP / IP stacks?
Does anyone have especially good (or bad) experiences with any of the following embedded TCP / IP stacks?
uIP
lwIP
Bentham's TCP/IP Lean implementation
The TCP/IP stack from this book
My needs are ...
10
votes
5answers
719 views
Why would I consider using an RTOS for my embedded project?
First the background, specifics of my question will follow:
At the company that I work at the platform we work on is currently the Microchip PIC32 family using the MPLAB IDE as our development ...
9
votes
15answers
4k views
Writing firmware: assembly or high level?
Related to:
Testing firmware
starting a microcontroller simulator/emulator
Interpreting assembly code
If you are writing code for a microcontroller is there a real difference if you write in ...
8
votes
14answers
1k views
Is low-level / embedded systems programming hard for software developers?
Given my background as a generalist, I can cover much of the area from analog electronics to writing simple applications that interface to a RDBMS backend.
I currently work in a company that develops ...
7
votes
2answers
400 views
Is it possible to create themes for android mobile
I have googled and gone through some of the posts, im not clear about creating the themes for the android phone. I just want to create the themes for the android mobile. Not necessary to be an app.As ...
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
4k views
Arduino C++ code: can you use virtual functions and exceptions?
Following up on this comment from the question Writing firmware: assembly or high level?:
When compiling C++ code for the Arduino platform, can you use virtual functions, exceptions,etc. Or would ...
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
1answer
2k views
What is the difference between the Lego Mindstorms 1.0 and 2.0
I am thinking about buying a mindstorms kit (I don't currently own one but I have used 1.0 at university) and I am a bit unsure as to the benefits of 2.0 over 1.0. I have seen other posts on the ...
5
votes
1answer
331 views
How can i change Android Default Home screen Code and Replace my Customize Home Screen application source code?
Here i already make one customize home screen launcher application for android.
Now i want to add this application in Android Source code.
And Remove Default android home screen source code from ...
5
votes
3answers
670 views
Are there any FreeRTOS interpreted language libraries available?
I work for a company that created firmware for several device using FreeRTOS. Lately our request for new features has surpassed how much work our firmware engineers are capable of, but we can't ...
5
votes
3answers
9k views
How does Linux Kernel know where to look for driver firmware?
I'm compiling a custom kernel under Ubuntu and I'm running into the problem that my kernel doesn't seem to know where to look for firmware. Under Ubuntu 8.04, firmware is tied to kernel version the ...
4
votes
1answer
3k views
XCode 4 and iOS 4.2.1
I've installed XCode4 and I need to build for iOS 4.2.1 is there a possibility to install the "old" firmware 4.2.1 and build against it?
Thanks in advance
4
votes
1answer
147 views
Linux-Based Firmware, how to implement a good way to update?
I'm developing a linux-based appliance using an alix 2d13.
I've developed a script that takes care of creating an image file, creating the partitions, installing the boot loader (syslinux), the ...
4
votes
3answers
340 views
#define vs enum in an embedded environment (How do they compile?)
This question has been done to death, and I would agree that enums are the way to go. However, I am curious as to how enums compile in the final code- #defines are just string replacements, but do ...
4
votes
4answers
496 views
Good sites/blogs for FPGA development projects
I'm looking for interesting online resources on FPGA development - sites, blogs, that sort of thing. What I'm after is examples of fun (and hopefully not too expensive) projects that one can try out ...
3
votes
2answers
137 views
HDLC Frames - Octets/modulo 8 doubts
I am trying to implement the HDLC frame format type 3 and I have some doubts as regards Octets/Modulo 8 encoding of frames.
Firstly, Is the HDLC frame transmitted entirely in Octets?
What do they ...
3
votes
2answers
433 views
Is there any free software alternative to CCS C complier?
Please also send the links and state the pros and cons if you already had an experience using them. Thanks. See link below:
3
votes
6answers
283 views
Does this sound like a stack overflow?
I think I might be having a stack overflow problem or something similar in my embedded firmware code. I am a new programmer and have never dealt with a SO so I'm not sure if that is what's happening ...
3
votes
5answers
120 views
Accurate Timings with Oscilloscopes on PC
In the world of embedded software (firmware) it is fairly common to observe the order of events, take timings and optimise a program by getting it to waggle PIO lines and capturing their behavior on ...
3
votes
4answers
416 views
synchronization between two tasks
This is actually a design question for firmware in an embedded system
I have two ISRs (of same priority) executed independently .
These ISRs are triggered when the h/w generates data.
I want a ...
3
votes
3answers
4k views
iPhone check firmware version
HI all
I want to make one app for iPhone 2.2.* and for version 3.0.
Some method in 2.2* is deprecated in 3.0. ( like UITableViewCell setText and setLabel )
Is there any way to check which firmware ...
2
votes
1answer
69 views
How to use MS Team Build with other compilers?
I've been using Team Build 2010 successfully to automate builds where the source code is written in MS C#/C++.
Now I have to automate firmware code that is compiled with a compiler from TI. The TI ...
2
votes
1answer
93 views
.inc File Not Included Reliably
I am working on some HTML code that was inherited from another programmer, which uses include statements of the form:
~inc:filename.inc~
However, the problem I am encountering is that this include ...
2
votes
2answers
185 views
Accessing a static variable of one compilation unit from others directly, in C
So I'm working on a "quick and dirty" profiler for firmware- I just need to know how long some functions take. Merely printing the time it takes every time will skew the results, as logging is ...
2
votes
3answers
314 views
What softwares do you need inorder to develop a firmware application with Atmel 89C2051 micro-controller?
Please list some software/s and links which can help me build firmware for Atmel 89C2051 micro-controller. Thanks.
2
votes
2answers
1k views
Loopback mount in OSX
I am trying to mount an .img file (rootfs.img) so I can modify the features of the firmware for a derivitive of the 4fff N618 (Pandigital Novel).
I have flashed it with the firmware of the bqAvant ...
2
votes
2answers
407 views
AVRdude encrypt/decryption HEX file on the fly in VB
Hey all i am looking to decrypt my HEX code file for an ATTiny chip and programming it using the AVRDude command line interface. Problem being, i do not want the user to be able to see what the HEX ...
2
votes
2answers
171 views
I want to write an OS for the Lego NXT 2.0. Where to start?
I want to write an OS for the Lego NXT 2.0, but I can not find information about the architecture of this system. Does anyone have any examples? Or any other useful information on the topic?
2
votes
5answers
108 views
OEM Newbi: How do I put a small Java application on a custom hardware platform?
I'm still learning Java, but would like to embed a small Java program on a custom hardware device. I do however seem to be missing a degree in engineering... but perhaps someone here can point me in ...
2
votes
1answer
361 views
iPhone 3GS Firmware for 3.1.3?
I'm a paid developer and I just realized that I need to downgrade a 3GS from 4.0 WITHOUT using XCode. Where can I get the firmware from?
2
votes
2answers
661 views
Need git repo layout suggestion for a new project
I'm working on a new project that I plan to keep in a git repository. I know how I would do this in CVS, but I'm a bit new to git and could use some suggestions.
The project is firmware for two ...
2
votes
7answers
451 views
Readings, tools and libraries for low-level, network related, softwares in C
I'm going to graduate soon in electronics and tlc engineering and I have some decent OO programming experience with PHP and Java.
Now I would like to try starting a career as a C programmer.
I'm ...
1
vote
0answers
23 views
Does anyone know how to programmatically determine the ME (Manageability Engine) FW Version?
For Intel AMT Management Engine supported machines, you can manually find the ME FW Version in the BIOS on the Advanced tab under ME Configuration. Does anyone know how to this programmatically ...
1
vote
1answer
45 views
what type of data structure is used usually for holding a lot of file info extracting from a firmware/compacked image?
its my first post and may be a naive question but I couldn't find on the internet what I wanted to know.
I want to extract files from a firmware file as well as want to keep various types of ...
1
vote
1answer
129 views
Can i write my own firmware for a scanning device in vb.net?
i was wondering if it was possible to write my own firmware that will run on a device im making. This device is very similar to the price portable price checkers you see in grocery stores. it scans ...
1
vote
1answer
91 views
Does anyone know a list with magic numbers of file systems and archive/compression formats?
I'm looking for a list that has the magic numbers of the most important of the following file systems and archive/compression formats:
http://en.wikipedia.org/wiki/List_of_file_systems
...
1
vote
1answer
53 views
Is there any router firmware out there that you can write plugins for or otherwise extend?
Is there any router firmware out there that you can write plugins for or otherwise extend? Possibly some open source alternatives?
I'm looking to patch a router so that it will send some of it's data ...
1
vote
1answer
681 views
How to remount /system rw on rooted tablet
I am trying to remount my system partition. I can change any file in system.img and boot.img. But I can't get partitions mounted as rw! I am rooted.
#adb remount
remount succeeded
but nothing ...
1
vote
1answer
73 views
BSD for the NXT
Is it possible for me to "port" the BSD operating system over to the Lego Mindstorms NXT? If yes, has any body done it yet? Are there any examples?
1
vote
1answer
308 views
SNMP Forward to DD WRT For Logging?
I multiple routers across different locations that use a proprietary GRE VPN connection.
What I would like to do is use the SNMP ability of these proprietary routers in conjunction with a DD WRT on ...
1
vote
2answers
211 views
Why does “acall” instruction does not work in Atmel 89C2051 microcontroller?
I tried it with Keil-µVision and Asem-51 but they still plugging that it is an syntax error. Here is my code:
acall subroutine1
.
.
.
subroutine1:
.
.
.
ret
1
vote
1answer
357 views
How to find the size of Flash and RAM used by a firmware?
Please help me in finding the size of Flash(ROM) and RAM used by the Firmware. The firmware is implemented using C++. Also I have Keil microvision4; will it be helpful to find the ROM and RAM size?
...
1
vote
3answers
114 views
Creating drivers and firmware
If I was told I needed to create a driver for some product (say, a game controller), how would I go about creating one? Is this something you could do normally in C/C++?
And what about firmware for ...
1
vote
1answer
114 views
Android - Adding to a ROM and upgrading - Questions
** Not sure if this is entirely relevant to SO, it is programming related in nature but if its more suitable to a different forum please let me know and I will remove it **
I have a couple of ...
1
vote
1answer
130 views
Android developer phone 1 downgrade firmware
I am trying to downgrade Android developer phone 1's firmware version from 1.6. to 1.5 by following this link...
http://developer.htc.com/adp.html
Here I have completed till steps #7 of Update the ...
1
vote
1answer
166 views
Android: original firmware identification strings for different models
Is there anywhere a summary of Build.MODEL strings for different Android handset models? Something like:
"Hero" - HTC Hero
"ERA G2 Touch" - branded HTC Hero
"T-Mobile myTouch 3G" - branded HTC Magic
...
1
vote
0answers
26 views
Bugs gone with firmware updates - issue or not?
Here is a programming issue you may have faced in your past.
If a platform you are developing against has multiple firmware updates, and your software has a serious yet hard-to-reproduce issue in ...