Tagged Questions

1
vote
1answer
26 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 …
0
votes
2answers
34 views

How firmwares communicate to the electronic devices to perform its operations?

Almost all electronic devices comes with firmwares. I know it is stored in ROM (Read only memory) so it becomes non-volatile (no power source required to hold the contents from getting erased like …
12
votes
9answers
638 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 …
0
votes
3answers
114 views

Where does the term firmware come from?

I've heard that the term Firmware comes from it being between hard-ware and soft-ware. I have also heard that it refers to software that comes from the Firm that builds the hardware. When was the …
12
votes
4answers
413 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 …
6
votes
5answers
441 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 …
0
votes
0answers
46 views

Debugging HTC Touch Dual with Visual Studio

Hi. The problem is: my HTC Touch Dual does not support debugging normally? (And all other HTC Touch Dual PDAs have the same problem too) Sometimes I can start debugging with "step over/into", but …
9
votes
15answers
1k 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 …
3
votes
4answers
136 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 …
0
votes
1answer
388 views

Yellow Dog Linux 6.1 and PS3 GameOS Versions?

I'm working on installing linux on a PS3 to do some development work and I've run across a bit of a snag. The current version of the firmware on my PS3 is 2.50. The Yellow Dog website specifically …
2
votes
2answers
784 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 …
2
votes
3answers
915 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 …
6
votes
6answers
1k 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 …
8
votes
14answers
754 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 …
2
votes
2answers
169 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 …

1 2 next
15 30 50 per page