> “We were able to substitute alternative chips, and then write the firmware in a matter of weeks,” Musk said. “It’s not just a matter of swapping out a chip; you also have to rewrite the software.” https://www.theverge.com/2021/7/26/22595060/tesla-chip-short...
Why Carmakers Can’t Transition to Newer Chips
101–110 of 335 posts
Re: Why Carmakers Can’t Transition to Newer Chips
#102Earlier quoted context omitted.
As far as I can tell, Tesla plays fast and loose, treating their product like a manufacturer of consumer electronics and not a manufacturer of a dangerous and durable good. That obviously allows them to out-compete other auto manufacturers who are more aware of things like product liability. See the Toyota accelerator-gate lawsuits. From https://en.wikipedia.org/wiki/2009%E2%80%932011_Toyota_vehic... : > However, on…
Toyota accelerator-gate is largely a farce. Almost all of the people involved with Toyota unintended acceleration were over the age of 65 and had the poorly designed loose floor mats in their cars. Even if they had perfect readable John Carmack tier coding they still would have lost.
If bad things happen, the tendency is to blame someone else.
Re: Why Carmakers Can’t Transition to Newer Chips
#103Give me a microcontroller with between 32K and 2MB of onboard flash, some eeprom, multiple CAN peripherals, ADC, SPI, good timers, and some specialized peripherals - synched PWMs with dead time for driving power electronics, and some other special things. Dual-core lockstep for safety critical things (like the fronk latch). Some combination of all that at a price starting under a dollar. Oh, and a temperature range o…
Re: Why Carmakers Can’t Transition to Newer Chips
#104Earlier quoted context omitted.
Maybe I do! I've seen both fail just the same so it's not like ECUs are failure-proof or something.
Your radio dying won't kill you.
I've never heard of anyone dying due to ECU failure either..I'm not sure how that would even happen given all the critical systems on a car are mechanical first with electronic assist. So you can't lose steering, braking, etc. The worst that happens is you lose power, which is about the same risk as a subpar standard transmission driver stalling out (and can also happen in a number of different ways). Can you expand on how an ECU failing might kill you?
I would love if someone could elaborate on why I'm wrong instead of drive by downvoting. This isn't reddit.
Re: Why Carmakers Can’t Transition to Newer Chips
#105Earlier quoted context omitted.
Tesla is much better at writing software than most of their competitors. That's how they can adapt so quickly. They also do a lot more in house than their competitors. That means they can optimize their development processes, and align with chip suppliers across different components. If you have to work with a multitude of suppliers that each ship their own hardware and software, life is a lot more complicated. Chang…
Are they better at writing software or do they just care less about how safety critical it is?
Re: Why Carmakers Can’t Transition to Newer Chips
#106> “We were able to substitute alternative chips, and then write the firmware in a matter of weeks,” Musk said. “It’s not just a matter of swapping out a chip; you also have to rewrite the software.” https://www.theverge.com/2021/7/26/22595060/tesla-chip-short...
Re: Why Carmakers Can’t Transition to Newer Chips
#107Earlier quoted context omitted.
I think the Cortex-R chips are more targeted here- I think the V8-R chips are designed specifically for automotive use, so I assume they have appropriate ratings.
There are very lazy car companies which simply specify "automotive certified" car chips for everything, including MCUs running window switches. So, don't be surprised $20 ARM-R based MCUs being used to do something trivial like driving window motor. I seen a few dashboard where there is an STM32 sitting connected to a single button, whose only duty is to register a key press, and burp something on the CanBus in respo…
Re: Why Carmakers Can’t Transition to Newer Chips
#108I look forward to the cyber-punkish future (real soon now?) where there's an old beige computer case with a Pentium MMX sticker on it on someone's passenger seat with wires snaking into the engine bay. "Yeah the ECU died, so I had to hack together this replacement...".
Re: Why Carmakers Can’t Transition to Newer Chips
#109Disclaimer up front: I work for GM. I don't work on chips or components for my day job. What follows is solely my own opinion. Some things to emphasize: OEMs (GM, Ford, Toyota, VW, etc) do not design components, and they do not want to. They design specifications for components, and then get suppliers to bid. This is great for efficiency in established ecosystems, not great for agility. To my knowledge, GM did not ca…
Re: Why Carmakers Can’t Transition to Newer Chips
#110Earlier quoted context omitted.
> A wholesale migration to a modern architecture is risky and costly. I have no doubt that your company and all the other big automakers are running the numbers and trying to weigh those risks and costs with the risks and costs of not updating. Given that the chipmakers and supply chain experts are not making rosy predictions for things to drastically improve in the next 12 months or longer, I wonder if the balance i…
> "I wonder if the balance is shifting towards taking action." I can't find a public source, but some actions are being taken. Bear in mind that any major shifts would happen in a new product, that is, something 5-7 years out.
Is it that the component specification+acquisition cycle you describe is optimized to take as long as the development cycle of a new car?