Also known as a SOC, it is another name for a silicon chip which has a high degree of integration. Named principally because it incorporates devices like a uProcessor and a modem and a memory controller that might of at one time been separate chips on a PCB.
Questions tagged [system-on-chip]
51 questions
30
votes
7 answers
microcontroller vs. System on chip
I am starting out programming micro controllers and I was reading some documentation and textbooks. I am a little confused as to what the difference is between a Micro-controller and a System on chip?
Some documentation use these two terms inter…

rrazd
- 1,667
- 8
- 23
- 30
28
votes
7 answers
One large microcontroller, or lots of small microcontrollers?
I'm used to doing basic and straightforward things with microcontrollers, relatively speaking. Things such as driving LEDs, running motors, basic routines, GUIs on character LCDs, and so on, but always just one key task with at most a few little…

BB ON
- 2,296
- 20
- 26
13
votes
11 answers
Low power radio + microcontroller recommendation?
I'm searching for a low power system-on-chip that combines:
A processor (any achitecture)
A radio (any frequency/bitrate/tx power)
2 or more I/O pins (ADC would be a bonus)
Can anyone recommend a device?
Which chip companies should I be looking…

Toby Jaffey
- 28,796
- 19
- 96
- 150
10
votes
3 answers
what really are: Microcontroller (uC), System on Chip (SoC), and Digital Signal Processor (DSP)?
The actual question is at the end. But reading that alone might not show you why am I confused. I wrote this post starting with some definitions, assumptions, and speculations and then asking the actual question.
I always think that I know the…

himura
- 440
- 4
- 14
8
votes
4 answers
Is it common for internal pull-up resistors to fail? or what would cause them to become intermittent?
I have a board based on an ASIC ARM Cortex-M3 that after months of work suddenly started to report spurious button presses. The ASIC is not our design, but a reputable company's.
The buttons schematic is given below. The pin is configured as input…

MandoMando
- 3,242
- 3
- 22
- 29
7
votes
2 answers
Why can't I find SOCs with integrated memory?
I am looking for SOCs with integrated memory to avoid having to worry about design of a memory bus for, what is supposed to be, a pretty low power application. I'm looking for something like the raspberry pi where the ARM core and the memory are…

Dabloons
- 417
- 1
- 4
- 8
6
votes
2 answers
How do hybrid electronic systems work?
In hybrid systems, we can have DSPs, FPGAs, General purpose processors, etc on the same system operating together on the same application. How are the tasks distributed among them, and which unit manages this?

Xpleria
- 400
- 7
- 17
6
votes
2 answers
Interfacing with SATA in embedded systems
Would it be possible to use a SATA interface in an embedded system, for example a MP3 player or a video camera? (speed not critical)
What is the typical way to do this? On chip peripherals, external ICs etc... What are important things to consider…

tehwalris
- 746
- 2
- 8
- 16
5
votes
2 answers
Camera Parallel Interface vs Camera Serial Interface?
I need to select a System on Module that will be used to stream a HD video stream over WIFI. Ideally it should support two camera input.
When researching the various modules on the market, I find some SOCs exposing either Camera Serial Interface…

eschnou
- 53
- 1
- 3
5
votes
5 answers
Where can I find an 8086 chip?
sometime ago I built an emulator for the 8086 chip and now I'm wanting to actually own one and set one up for some bit banging and such. Note, I'm not interested in all the PC specifics(DMA, PIC, BIOS, etc) only the bare basics to get the 8086 to…

Earlz
- 3,346
- 15
- 46
- 66
4
votes
3 answers
Programmable system on chip (SOC) pluggable on a host via PCIe
Does anyone know a COM which is put on a PCIe card, which has some flash memory, some RAM, JTAG support (or some kind of debugging support), some input ports like USB, perhaps support some output like via VGA or LVDS, just like this board:…

Flavius
- 143
- 6
4
votes
3 answers
Wireless Sensor to Internet
Looking for a low cost implementation to post ambient temperature readings from a sensor to servers via a COTS router.
1) Have a temperature sensor connected to a micro controller which sends data via a Wifi Module with a TCP/IP Stack to servers
2)…

Peter Mah
- 41
- 1
4
votes
6 answers
Given a known power supply, what are safe ranges for the volts/amps/ohms of connected components?
I'm new to hardware and am coming from a software background. I have an SoC that will be powered by a supply generating 5V and 1A. I'm trying to figure out what are the safe ranges of volts/amps/ohms that I can use for various components that I'll…

HeineyBehinds
- 645
- 1
- 7
- 13
3
votes
1 answer
Reducing chip count for an ARM embedded system
It seems like a lot of devices use an ARM SoC + a RAM chip + a flash storage chip. In applications that are very space-constrained, such as ChromeCast dongles, micro drones, or wristbands, it would be very useful to combine these 3 chips into 1 or…

AlcubierreDrive
- 1,484
- 2
- 18
- 26
3
votes
2 answers
How many transistors/logic gates are used in the signal path between a TV studio and the restitution of the image on my HD-TV?
How many transistors/logic gates are used in the signal path between a TV studio and the restitution of the image on my HD-TV ?
You see what I mean ? I need a rough estimation...:-)
I especially want to estimate the number of purely digital-purpose…

JCLL
- 387
- 3
- 14