Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on real car, GDI4 fails to start if HPFP is connected #209

Closed
rusefillc opened this issue Jun 12, 2023 · 5 comments
Closed

on real car, GDI4 fails to start if HPFP is connected #209

rusefillc opened this issue Jun 12, 2023 · 5 comments
Labels
bug Something isn't working GDI

Comments

@rusefillc
Copy link
Contributor

real car. GDI rev 4 has two LEDs to blink
expected behavior: green OK led is blinking - it's really mostly

actual behavior: I power on or reset with HPFP it fails to init. Once HPFP disconnected it I have chip.init() working just fine

	isOverallHappyStatus = chip.init();

    while (true) {
        if (isOverallHappyStatus) {
            // happy board - green D21 blinking
            palTogglePad(LED_GREEN_PORT, LED_GREEN_PIN);
        } else {
            palTogglePad(LED_BLUE_PORT, LED_BLUE_PIN);
        }

WhatsApp Image 2023-06-12 at 00 10 54

@rusefillc
Copy link
Contributor Author

error codes rusefi/libfirmware@11612c6

current error is UnderVoltage7 = 7

@rusefillc
Copy link
Contributor Author

I am able to reproduce with both rev A and rev D on the bench. GDI4 fails to initialize the chip as long as I have three injectors just connected to the board - one acting as fake HPFP and two others have to be on different banks.

@rusefillc
Copy link
Contributor Author

image

@rusefillc
Copy link
Contributor Author

rusefi/libfirmware@45ccd8e

status2=0x4000

Noxz
2:31 PM
basically it says that the VccP voltage was "stable" for a lesser amount of time than required before further booting

rusefillc added a commit to rusefi/libfirmware that referenced this issue Jun 12, 2023
@rusefillc
Copy link
Contributor Author

@mck1117 says "what was happening is that with the added load(s) you were getting a transient during the reset that was tripping undervolt, and we never reset it"

@rusefillc rusefillc added GDI bug Something isn't working labels Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working GDI
Projects
None yet
Development

No branches or pull requests

1 participant