_
_
_umr2016-08-30 19:28:04
Java
_umr, 2016-08-30 19:28:04

What is written in automotive software?

Are all these navigators, music players, electronic devices, etc. made in java?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Cheremisin, 2016-08-30
@Umr001

In Java, they usually make a GUI + media center. And even that is not always in Java. The mediator itself communicates with the car via the CAN bus, sometimes, in rare cases, also via ethernet (hello Tesla). On-board computers, sensors, suspension, brake, and engine control computers sit on the CAN bus. All this economy can be implemented both in the FPGA hardware (verilog), and on the SOC (written in C / C ++).
In a modern car, there are from two to 15 computers for various purposes, or even more.
Here is a fairly intelligible article - auto.howstuffworks.com/under-the-hood/trends-innov...
Well, in general, for the keyword automotive
O! www.cvel.clemson.edu/auto/systems/auto-systems.html - click on the picture in the components and read!

V
Vladimir Martyanov, 2016-08-30
@vilgeforce

The "brains" of the machine themselves are brutal real-time systems. And they are almost certainly written in C, maybe pluses or ADA. A music player may not have a program at all, but everything will be implemented in hardware. Hence VHDL/Verilog and others like them. Fortune telling on coffee grounds, in short.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question