What does firmware engineer do? (broadcom)

Status
Not open for further replies.

electroRF

Member
Hi,
I'm currently looking for positions for electric engineering.
I ran into a position in Broadcom for Firmware Engineer.

What does such engineer do?

I'm interested in programming, and I wonder if I'll be satisfied with filling that position.

Thank you.
 
When you write software for an embedded device... This is firmware, this is the operating system, device drivers and any other low level routines that make the embedded system work....

Broadcom make networking gear... Most of these things have embedded linux as the kernal and web based configuation...
 
Basically, firmware is software that isn't expected to change much. It get's loaded into a hardware device at the point of manufacture and, in many cases, never changes again.

As opposed to software on your PC that gets loaded when used, unloaded, something else gets loaded, reloaded, etc.
 
From a do178 and do256 point of view there is no such thing as "firmware" its either software or hardware.
either code describes a hardware implementation (ie vhdl/verilog before being laid out on a chip) or the code itself is executed in some form of uP.
 
Broadcom probably uses a lot of SOC or "System on a Chip" type of devices and would includes some sort of RTOS (Real Time Operating System). An example of an RTOs is LynxOS https://en.wikipedia.org/wiki/LynxOS

You might find this sort of OS in avionics, a satellite and possibly a car.

How many Firmware Engineers does it take to change a light bulb? None. It's a hardware problem
 
Hi guys,
Thanks a lot!

Could you please elaborate on Firmware programming in relation to Cellular applications?

I understand that Firmware deals with the Physical Layer of the Cellular modem?
 
Broadcom makes chips. So, firmware is either the chips software or the chips software support. The device driver, Broadcom generally only releases binaries for their drivers.

So, weather your talking about a GSM modem, 3G/4G modem, Ethernet, Bluetooth or WIFI, those chip(s) need internal code. At the same time Android, Windows CE or iOS is also firmware, but at a different level.

So, there is the System in a Chip type of thing and the "glue" program or the device driver. The OEM under a confidentiality agreement generally gets to know how to talk to the chip.

Here is some SOC info: https://en.wikipedia.org/wiki/System_on_a_chip
 
Thank you KISS.

It was very helpful!

I'm interested in working in the cellular field.

Could you give an example of programming tasks that a Firmware engineer performs in a cellular chip?
 
Here is something to read: **broken link removed**

Way back when, I modified a modem script for Apple OS 9 so I could use my cell phone as a INTERNET modem. The documents I found online were HUGE.

Exact tasks might be hard to envision. Let's take a stab at it. The change from 3G to 4G. The change to IPV6 for example.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…