on single coil VW three high side drivers are blinking instead of expected one
changing board.h default pin states to output/pulldown causes all 6 high side drivers to blink in sync?!
either board.h needs to be fixed or rusEfi should explicitly configre unused pins
I am aslo obsering a shift in timing?
See also http://rusefi.com/forum/viewtopic.php?f=4&t=569&p=18986#p18982
Last edit: Andrey B 2016-06-13
Steps to reproduce:
setenginetype 32
command in console would get you to
https://svn.code.sf.net/p/rusefi/code/trunk/firmware/config/engines/vw.cpp
state
PIN_MODE_INPUT
PIN_OTYPE_PUSHPULL
PIN_PUPDR_PULLDOWN
combo works good! done for the 8 pins used for hi-side on Frankenso, probably TODO at least all low-side pins on Frankenso as well.
See also
fixed #10627
Issue raised - see http://rusefi.com/forum/viewtopic.php?f=3&t=660&start=150
see http://rusefi.com/forum/viewtopic.php?f=3&t=660&start=180
seems to be about port PE3. No idea what's the relation - this was undone by #10787
Last edit: Andrey B 2016-10-18