wiki unification
This commit is contained in:
parent
8ceba76ee0
commit
5ddb2cc06b
|
@ -0,0 +1,20 @@
|
|||
|
||||
|
||||
|
||||
## Low side drivers
|
||||
|
||||
| Model | Data Sheet Years | Low side #, >1A & <1A | eBay $ | Notes | |
|
||||
|-------|------|------------|------|---|---|
|
||||
| | | | | |
|
||||
| TLE6240GP | 2010 | 8+8 | $3 | used as x4 injector driver by January Yanvar 7.2 |
|
||||
| TLE8104E | 2007-2010 | 4+0 | $2.4 | |
|
||||
| TLE8110EE | 2009-2013 | 6+4 | $2.4 | |
|
||||
| TLE8080-3EM | 2012-2016 | 2+2 | n/a | also power supply, for one cylinder motocycle engine | |
|
||||
| TLE8110ED | 2018 | 6+4 | n/a | |
|
||||
| TLE8888QK | 2014-2017 | 7+7 | n/a | Used on M86 http://chiptuner.ru/content/ctpro_m86/ |
|
||||
| | | | | |
|
||||
| | | | | |
|
||||
|
||||
|
||||

|
||||
from https://www.infineon.com/dgdl/Infineon-Automotive_Power_SelectionGuide_2019-SG-v01_00-EN.pdf?fileId=5546d4625ee5d4cd015f10996d2d6d44
|
Binary file not shown.
After Width: | Height: | Size: 617 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.6 MiB |
Binary file not shown.
After Width: | Height: | Size: 3.3 MiB |
Binary file not shown.
After Width: | Height: | Size: 3.9 MiB |
|
@ -0,0 +1,3 @@
|
|||
From https://www.drive2.ru/b/458398218443576788/
|
||||
|
||||
From https://www.drive2.ru/l/4062246863888411305/
|
|
@ -0,0 +1 @@
|
|||
From http://chiptuner.ru/content/docs/
|
|
@ -0,0 +1,5 @@
|
|||
from https://www.drive2.ru/l/518944475494482121/
|
||||
|
||||
|
||||
ECU part number 8450030592
|
||||
ECU part number 8450007865
|
|
@ -0,0 +1 @@
|
|||
In this folder we keep OEM documentation - so, no rusEfi content here
|
|
@ -0,0 +1,23 @@
|
|||
|
||||
|
||||
rusEfi is known to work on these stm32 chips:
|
||||
|
||||
| chip | Frequency | Ram | Flash | Notes | Package notes | |
|
||||
|------|-----------|-----|-------|-------|---|---|
|
||||
| F407 | 168 MHz | 192 Kb | 1M | most popular rusEfi chip | | |
|
||||
| F469 | 180 MHz | 384 KB | two banks of flash should allow storing settings without execution pauses. | Prometheus board. | | |
|
||||
| | | | | | | |
|
||||
| | | | | | | |
|
||||
| | | | | | | |
|
||||
|
||||
Trying to get rusEfi running on:
|
||||
|
||||
| chip | Frequency | Ram | Flash | Notes | Package notes | |
|
||||
|------|-----------|-----|-------|-------|---|---|
|
||||
| F746 | 216 MHz | 320 Kb | 1M | . | | [pinout](https://os.mbed.com/platforms/ST-Nucleo-F746ZG/#board-pinout) |
|
||||
| F767 | 216 MHz | 512 KB | 2M | .. | | [pinout](https://os.mbed.com/platforms/ST-Nucleo-F767ZI/#board-pinout) |
|
||||
| F767 | 400 MHz | 1024 KB | 2M | .. | | [pinout](https://os.mbed.com/platforms/ST-Nucleo-H743ZI/#board-pinout) |
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue