Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

firmware explanation, please help

Status
Not open for further replies.

Rodres

Junior Member level 2
Joined
Sep 26, 2004
Messages
21
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
220
firmware explanation

what does firmware mean?

Please help. Thanks :)
 

` meaning of firmware of a system

FIRMWARE is "software that is permanently embedded in hardware devices .Usualy is in ROM form .that means that is not MODIFIABLE that's why is FIRM-ly implanted . But is still software or coded INSTRUCTIONS ..
Is everywhere around ,the BIOS in computers is FIRMWARE .. the microcode in a CPU is firmware . There is a need to separate this pieces of code of a much more general notion of SOFTWARE .. so people don't make the mistake thinking that you can change it ,or modify it at will. Or it gets infected by viruses ..etc .!
 

what is firmware simple explanation

Dear Sir :

Is there any way to modify it ?But I know that some Firmware (for example : STB's F/W) Can be modify by some S/W ! But my info is very low about it.

Is it possible ? :?:

Best Regards.
Iransatforum
 

firmware explaination

You can! Any ROM can be modified theoretically. Technically is the most difficult part as documentation for some ROMs is poor or sometimes inexistent.

You have to search for particular firmware?
 

explanation on firmware

hi....pepole

when i worked on the ezusb (from cyperss) dev' bord,
thay have sopplayed what thay calld firmware that implements all the code for the usb bus........
and you would have to put youer code in spasipic place that thay told you to and youer code should not ever implement an infinite loop coz that would have crash there firmware.....


so baescly firmware thay way i see it is a program code that is bilt in or downloadd in to the micro in order to perform spachile peprpose.....
and somtime can be reconfigerd and modife in order to complay with your appliction.

best regards,
iftah giladi
:eek:
 

explanation of firmware

The kind of ware that is neither impossible to change like HARD nor is flexible enough like SOFT but is something in between like FIRM.
 

summary explanation of firmware

maybe pld is a good device to implement the fireware
 

So, is the firmware kind of description hardware by the software?
 

hi

Firmware is the one that is in between hardware and software.
Using software we are trying to control the hardware.
 

Giving precise definition of firmware is difficult. Maybe firmware is something above the hardware and below general software. It can used to initiate the system when power up, it can set and read registers. For reconfigurable hardware system, it can modify datapath(coarse fine reconfigurable system) or reconfigure the whole hardware(like FPGA). From sofware perspective, it is too low level. From hardware, it is like hull interfacing software.
 

Firmware is:

- Core software of an embedded system.
- Is not application software, meaning user cannot run firmware on an embedded system as he runs a SW on a PC.
- The code in your washing machine for example that defines the number of rinses, the amount of water and soap to take etc.
- Another example on Palm pilot there is a firmware part (the OS part) and apllication SW part. The Firmware part deals directly with the HW, controls CPU, memory, keypad, LCD, speaker, etc. The role of the Operating System is to present a layer for the application software to interface with these HW. (Don't make the same analogy for PC though!)
 

But i always listen to about the firmware, driver, software. What's the difference between firmware and driver?
 

:!:
Driver is one kind of firmware for introducing the hardware component to OS software
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top