Skip to main content

Questions tagged [firmware]

1 vote
1 answer
238 views

I'm developing firmware for control system. That system will collect data from different sensors (using ADC, GPIO, I2C temperature sensors, etc.), process this data and generate some control signals. ...
Leonid P.'s user avatar
-4 votes
1 answer
226 views

if The ISA acts as an interface between the hardware and the software why we have firmware? What exactly is firmware and how it works.
panos's user avatar
  • 1
3 votes
4 answers
2k views

I'd like to see if there has been any precedent on alternatives to nested-ifs--particularly for error-code returns. My workplace requires one return per function, so I cannot early exit. Here is some ...
Saxpy's user avatar
  • 41
1 vote
1 answer
7k views

What is a firmware design document (FDD) in terms of an embedded system? I am working on developing an application that would be working on a customised board similar to the Xilinx Zynq Development ...
Abhishek Agarwal's user avatar
9 votes
3 answers
573 views

Background: I'm writing micro controller C code to write an EBML file. EBML is like a binary XML with nested elements, but instead of start and end tags, there is a start ID, length, and then the data....
pscheidler's user avatar
4 votes
3 answers
3k views

Does firmware of a device run in the device or the device's controller? When does firmware of a device run? Does it run if and only if the cpu sends commands and/or data to the device's controller? ...
Tim's user avatar
  • 5,555
1 vote
1 answer
642 views

recently I was tasked with implementing a way of adding support for versioning of hardware packet specifications to one of our libraries. First a bit of information about the project. We have a ...
Mark W's user avatar
  • 127
7 votes
2 answers
264 views

In my team we have been working on a firmware for a product. The product was released some years ago but we still implement new features in the firmware and regularly provide a new firmware for our ...
user avatar

15 30 50 per page