






https://en.wikipedia.org/wiki/Russian_rouletteandreika wrote:P.S. There was no backup ECU on board! If something happened to the board, it would be some big trouble far away from home...
There're 3 boards at the moment. Mine is seemingly fine, but the car isn't used currently (I'm quite busy with long-term rear axle upgrade), so I can't tell for sure.kb1gtt wrote:I haven't heard much about this board lately. I'm curious how is this board going?
Yes, the board has a double footprint to choose between STM32F469 and STM32F405: And CJ125 support is available for both chips!
The functionality of the smaller chip is almost literally the same as of the larger one. All 64 pins used and routed!
VSS can be connected in two ways:
INA stands for "Input analog" and is used to connect an additional analog sensor (like throttle pedal etc.).
Yes, it's ignition voltage sensing input. A resistive voltage divider, TVS-protection and ADC pin, right.
When we're measuring the battery voltage, we don't need opamp, because source resistance is low. But we do need it when a high-impedance sensor is connected (including resistive ones like tps and thermistors). So if you connect some kind of voltage (power) source to VIGN, it's ok (adjust voltage divider to correct values).
If VSS is connected to the secondary trigger input (ckps2+), there're lots of pull-up/pull-down configurations possible: If your VSS already has built-in pull-up to 12V or 5V, you don't need pullups on cpks2+ (R161,R163). And if it doesn't, just populate 5V pullup (R161) on Prometheus. All level translation is done by MAX9926. You can also use additional R157 to pullup ckps2- (negative) to 5V - it may give a better threshold to MAX9926 for sensing 12V signals...
Without opamp (i.e. VIGN) the readings will be somewhat inaccurate. You may try increasing the resistance of the divider from 2k/10k to 20k/100k - perhaps it would be enough, idk...
You don't need an op-amp for TPS or thermistors, OEM ECUs don't use them.
No, I'm afraid not, sorry... But I can export it into PCADv16-ASCII format, and you may try to import it in EAGLE if you want.