
Pedro Parra Vela
PreguntaHola compañeros tengo unas dudas, espero alguien pueda ayudarme plis
¿Arduino y Raspberry son Soc
¿La cpu-arm es diferente a un ala cpu que esta dentro de Soc?
¿Cual es la diferencia entre un sistema embedido y Soc?

Héctor Augusto Molero Arana
Chequea esta página: https://www.xataka.com/basics/arduino-raspberry-pi-que-cuales-sus-diferencias

Luis Adrian Martinez Vergara
Microprocessors/CPUs, generally speaking, are the computing core and are the base for everything else Microcontrollers = microprocessors + memory + other peripherals like UART, USB, CAN; can be a standalone device Embedded systems is microcontrollers programmed to do specific tasks, so normally not general-purpose SoC is microcontrollers + advanced components like GPU, more general-purpose compared to embedded systems; has all the ability of a computer (can run OS like Linux), just inferior in performance
Embedded System usually contain multiple chips inlcuding main microcontroller and some basic front-end (ADCs Op-Amps, Comparators, Voltage Regulators). By embedded system You can describe a piece of hardware.
System on Chip is basically an Embedded System but fully integrated on one Chip. SoC can contain both digital and analog circuits and sometimes even allow for connection configuration between the system elements like in Cypress PSoC chips for example.