Automotive Goes Dual-Core
Sledgehammer70
California Icrontian
Renesas Technology anticipates that its dual-core microcontroller (MCU) for automotive vehicles could hit the market by 2010 at the latest, and possibly as early as 2008. The new solution will help to enhance the functionality of electronic components that will be deployed within an increasingly complex driving environment.
Source: Digitimes
Now Geeks with nice cars will be comparing Dual-Core chips for their airbags. I want to see these benchmarks...The new dual-core MCU will be fabricated on 90nm process and will be available for the market during a 2008 to 2010 timeframe. Renesas emphasized that the number of MCUs required for automotive vehicles has been growing substantially. Taking a BMW as an example, the number of MCUs onboard has grown from 18 in 1999 to 40 in 2004.
Source: Digitimes
0
Comments
My car is running 64 instances of folding while I drive! what now sucker punk!
-drasnor
The intent behind producing a multi-core MCU is either you anticipate that your task has code that will execute well in parallel (unlikely) or you intend to combine multiple tasks on a single MCU. This introduces another set of challenges like the fact that all of a sudden you now need a task scheduler and a whole 'nother layer of support software. Keep in mind that a normal MCU doesn't have anything like an OS, it just grabs its single program from ROM and runs it without having to play nice with other applications on the same computer. The entire idea of multi-core MCUs strikes me as taking a special-purpose computer and giving it PC-like qualities and PC-like reliability. In a device that needs to work ALL the time you don't want to have to deal with software glitches.
-drasnor