low side channels on MRE #900
this should NOT work but it works? 2019-08-10_15_19_19_770: EngineState: injection #1 @ ext:TLE8888.OUT22 led1 2019-08-10_15_19_19_771: EngineState: injection #2 @ PE10 led10 2019-08-10_15_19_19_773: EngineState: injection #3 @ PE12 led5 2019-08-10_15_19_19_774: EngineState: injection #4 @ PE14 led4 2019-08-10_15_19_19_775: EngineState: injection #5 @ ext:TLE8888.OUT24 led7 2019-08-10_15_19_19_775: EngineState: injection #6 @ PE11 led6 2019-08-10_15_19_19_777: EngineState: injection #7 @ PE9 led9 2019-08-10_15_19_19_777: EngineState: injection #8 @ PE8 led8 2019-08-10_15_19_19_779: EngineState: injection #9 @ PE13 led3 2019-08-10_15_19_19_780: EngineState: injection #10 @ ext:TLE8888.OUT23 led2
This commit is contained in:
parent
a94eebe3ec
commit
b5c47c13ad
|
@ -427,7 +427,7 @@ void setTle8888TestConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
|||
void mreBoardTest(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||
engineConfiguration->directSelfStimulation = true; // this engine type is used for board validation
|
||||
|
||||
boardConfiguration->triggerSimulatorFrequency = 70;
|
||||
boardConfiguration->triggerSimulatorFrequency = 60;
|
||||
// set cranking_rpm 500
|
||||
engineConfiguration->cranking.rpm = 100;
|
||||
// set cranking_fuel 300
|
||||
|
@ -479,12 +479,12 @@ void mreBoardTest(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
|||
|
||||
|
||||
// LED #1
|
||||
// TLE8888_PIN_23: "33 - GP Out 3"
|
||||
boardConfiguration->injectionPins[0] = TLE8888_PIN_23;
|
||||
// GPIOE_7: "34 - GP Out 2"
|
||||
boardConfiguration->injectionPins[1 - 1] = TLE8888_PIN_22;//GPIOE_7;
|
||||
|
||||
// LED #2
|
||||
// GPIOE_7: "34 - GP Out 2"
|
||||
boardConfiguration->injectionPins[10 - 1] = GPIOE_7;
|
||||
// TLE8888_PIN_23: "33 - GP Out 3"
|
||||
boardConfiguration->injectionPins[10 - 1] = TLE8888_PIN_23;
|
||||
|
||||
// LED #3 - INJ#1
|
||||
boardConfiguration->injectionPins[9 - 1] = GPIOE_13;
|
||||
|
|
|
@ -121,8 +121,8 @@ struct tle8888_config tle8888_cfg = {
|
|||
.direct_io = {
|
||||
[0] = {.port = GPIOE, .pad = 10, .output = 5},
|
||||
[1] = {.port = GPIOE, .pad = 9, .output = 6},
|
||||
[2] = {.port = GPIOE, .pad = 8, .output = 21},
|
||||
[3] = {.port = GPIOE, .pad = 7, .output = 22},
|
||||
[2] = {.port = GPIOE, .pad = 8, .output = 20},
|
||||
[3] = {.port = GPIOE, .pad = 7, .output = 21},
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue